aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZyg0te <edvard.holst@gmail.com>2015-03-08 02:06:39 +0100
committerZyg0te <edvard.holst@gmail.com>2015-03-08 02:12:52 +0100
commit89b3b11261a441379c0f57d924e1cac32b5c3318 (patch)
treee291523e651623a961da960ecb56d90f83a7e69d
parent166739544a06f8d77539a971f8a0e57b495e0f37 (diff)
downloadandroid_packages_apps_CMFileManager-89b3b11261a441379c0f57d924e1cac32b5c3318.tar.gz
android_packages_apps_CMFileManager-89b3b11261a441379c0f57d924e1cac32b5c3318.tar.bz2
android_packages_apps_CMFileManager-89b3b11261a441379c0f57d924e1cac32b5c3318.zip
CMFileManager: Improved confusing, cumbersome and incorrect strings
The string describing how you cannot move a folder to an invalid destination seemed confusing and cumbersome. Here is my suggested edit. Also fixed a minor typo in another string as well as cleaning up reduntant error title string. Change-Id: I7c94433a0a8c3d176e806038cfdac2d48a1f6432
-rw-r--r--res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 52aa991c..fcdd83ac 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -71,7 +71,7 @@
<!-- Warning dialog title -->
<string name="warning_title">Warning</string>
<!-- Error dialog title -->
- <string name="error_title">Error detected</string>
+ <string name="error_title">Error</string>
<!-- Confirm operation dialog title -->
<string name="confirm_operation">Confirm operation</string>
<!-- Confirm overwrite dialog title -->
@@ -94,7 +94,7 @@
<!-- The initial directory has an invalid or inaccessible reference -->
<string name="msgs_settings_invalid_initial_directory">The initial folder \'<xliff:g id="initial_dir">%1$s</xliff:g>\' is invalid. Changing to root folder.</string>
<!-- Root is not available message -->
- <string name="root_not_available_msg">Root is not available in this device. Cannot perform this operation.</string>
+ <string name="root_not_available_msg">Root is not available on this device. Cannot perform this operation.</string>
<!-- Success -->
<string name="msgs_success">The operation was completed successfully.</string>
@@ -126,8 +126,8 @@
<string name="msgs_illegal_argument">Illegal argument. Invocation failed.</string>
<!-- The operation will cause inconsistencies -->
<string name="msgs_unresolved_inconsistencies">The operation is not permitted because it would create inconsistencies.</string>
- <!-- Operation not permitted in current directory -->
- <string name="msgs_operation_not_allowed_in_current_directory">The operation is not permitted in current folder.\n\nDestination folder cannot be subfolder of source or be same as source.</string>
+ <!-- Operation not permitted in the current directory -->
+ <string name="msgs_operation_not_allowed_in_current_directory">Destination folder cannot be a subfolder of source or be the same as source.</string>
<!-- The advice message prior to exit the app -->
<string name="msgs_push_again_to_exit">Press again to exit.</string>