Skip to content

Commit 4f8ac3a

Browse files
committed
refactor: update string resource
1 parent 0a6fc61 commit 4f8ac3a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

owncloudApp/src/main/res/values/strings.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -543,17 +543,18 @@
543543
<string name="move_file_invalid_into_descendent">It is not possible to move a folder into a descendant.</string>
544544
<string name="move_file_invalid_overwrite">The file exists already in the destination folder.</string>
545545
<string name="move_file_error">An error occurred while trying to move this file or folder.</string>
546+
<string name="move_success_msg">File moved correctly</string>
546547
<string name="forbidden_permissions_move">to move this file</string>
547548

548549
<string name="copy_file_not_found">Unable to copy. Please check whether the file exists.</string>
549550
<string name="copy_file_invalid_into_descendent">It is not possible to copy a folder into a descendant.</string>
550551
<string name="copy_file_invalid_overwrite">The file exists already in the destination folder.</string>
551552
<string name="copy_file_error">An error occurred while trying to copy this file or folder.</string>
552-
<string name="copy_success_msg">The file has been copied</string>
553-
<string name="move_success_msg">The file has been moved</string>
554-
<string name="go_to_destination_folder">Go to target folder</string>
553+
<string name="copy_success_msg">File copied correctly</string>
555554
<string name="forbidden_permissions_copy">to copy this file</string>
556555

556+
<string name="go_to_destination_folder">Open Folder</string>
557+
557558
<string name="prefs_category_camera_upload">Camera uploads</string>
558559

559560
<string name="sync_folder_failed_content">Synchronization of %1$s folder could not be completed</string>

0 commit comments

Comments
 (0)