OSDN Git Service

CMFileManager: Updated menu strings to reduce confusion regarding copy & move
authorRoman Barczyński <romke@estrefa.pl>
Wed, 2 Jan 2013 20:38:58 +0000 (21:38 +0100)
committerRoman Barczyński <romke@estrefa.pl>
Wed, 2 Jan 2013 22:14:04 +0000 (23:14 +0100)
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

res/values/strings.xml

index 2db9749..4b1a243 100644 (file)
     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>
   <!-- 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 -->