Skip to content

Commit 63ad279

Browse files
committed
fix: update string for multiple files/folders.
1 parent 6925893 commit 63ad279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,14 +543,14 @@
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_file_correctly">File moved correctly</string>
546+
<string name="move_file_correctly">Item(s) moved correctly</string>
547547
<string name="forbidden_permissions_move">to move this file</string>
548548

549549
<string name="copy_file_not_found">Unable to copy. Please check whether the file exists.</string>
550550
<string name="copy_file_invalid_into_descendent">It is not possible to copy a folder into a descendant.</string>
551551
<string name="copy_file_invalid_overwrite">The file exists already in the destination folder.</string>
552552
<string name="copy_file_error">An error occurred while trying to copy this file or folder.</string>
553-
<string name="copy_file_correctly">File copied correctly</string>
553+
<string name="copy_file_correctly">Item(s) copied correctly</string>
554554
<string name="forbidden_permissions_copy">to copy this file</string>
555555

556556
<string name="go_to_destination_folder">Open Folder</string>

0 commit comments

Comments
 (0)