aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorRoman Barczyński <romke@estrefa.pl>2013-01-02 21:38:58 +0100
committerRoman Barczyński <romke@estrefa.pl>2013-01-02 23:14:04 +0100
commitb978c844008fd3384d0ef0f6fe251a8411274fef (patch)
tree5eb40b534007d695fa41d8f8a987601e65c49813 /res/values/strings.xml
parenta0ebc653d34c4a3f0f5e2e41a01be46a94683feb (diff)
downloadandroid_packages_apps_CMFileManager-b978c844008fd3384d0ef0f6fe251a8411274fef.tar.gz
android_packages_apps_CMFileManager-b978c844008fd3384d0ef0f6fe251a8411274fef.tar.bz2
android_packages_apps_CMFileManager-b978c844008fd3384d0ef0f6fe251a8411274fef.zip
CMFileManager: Updated menu strings to reduce confusion regarding copy & move
Changed menu strings should help users understand that files will be moved to current folder. msgs_operation_not_allowed_in_current_directory change should make clear that it is "move a to a" issue rather than missing root access or insufficient privileges. Change-Id: I007bbec91c89f5e0eb4caefc721cfb6facdd0a0f
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2db9749a..4b1a243c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -124,7 +124,8 @@
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.</string>
+ The operation is not permitted in current folder.\n\nDestination folder cannot be subfolder
+ of source or be same as source.</string>
<!-- The advice message prior to exit the application -->
<string name="msgs_push_again_to_exit">Press again to exit.</string>
@@ -469,9 +470,9 @@
<!-- Actions Dialog * Menu * Deselect -->
<string name="actions_menu_deselect">Deselect</string>
<!-- Actions Dialog * Menu * Paste selection -->
- <string name="actions_menu_paste_selection">Paste selection</string>
+ <string name="actions_menu_paste_selection">Paste selection here</string>
<!-- Actions Dialog * Menu * Move selection -->
- <string name="actions_menu_move_selection">Move selection</string>
+ <string name="actions_menu_move_selection">Move selection here</string>
<!-- Actions Dialog * Menu * Delete selection -->
<string name="actions_menu_delete_selection">Delete selection</string>
<!-- Actions Dialog * Menu * Compress selection -->