Skip to content

Commit

Permalink
Fix value for legacy_listing_summary
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TranceLove committed Jun 11, 2021
1 parent db4a246 commit 7686362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@
<string name="clear_open_file_summary">Clears selected default file opening apps</string>
<string name="ftp_readonly">Read-only access</string>
<string name="legacy_listing_title">Use legacy listing for root</string>
<string name="legacy_listing_summary">If enabled, uses stat for listing, else uses ls</string>
<string name="legacy_listing_summary">If enabled, uses old method (ls) for listing files, else uses stat (new method)</string>
<string name="error_unsupported_v5_rar">RAR archive \"%s\" is unsupported RAR v5 archive.</string>
<string name="ftp_prompt_restart_server">You will need to restart the FTP server for changes to take effect.</string>
<string name="error_permission_denied">Permission denied</string>
Expand Down

0 comments on commit 7686362

Please sign in to comment.