From 7686362659cf3caeb13ef99224d7ea0523237498 Mon Sep 17 00:00:00 2001 From: Raymond Lai Date: Fri, 11 Jun 2021 22:20:50 +0800 Subject: [PATCH] Fix value for legacy_listing_summary Its previous string value contradicts its behaviour - Amaze will use old method (ls) to list files when preference PreferenceConstants.PREFERENCE_ROOT_LEGACY_LISTING is true, while the translation string reads contradictory meaning. --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3f57888552..ee67b21bab 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -696,7 +696,7 @@ Clears selected default file opening apps Read-only access Use legacy listing for root - If enabled, uses stat for listing, else uses ls + If enabled, uses old method (ls) for listing files, else uses stat (new method) RAR archive \"%s\" is unsupported RAR v5 archive. You will need to restart the FTP server for changes to take effect. Permission denied