Skip to content

Commit ac33d8c

Browse files
committed
fix: update string for multiple files/folders.
1 parent d36482d commit ac33d8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,14 +544,14 @@
544544
<string name="move_file_invalid_into_descendent">It is not possible to move a folder into a descendant.</string>
545545
<string name="move_file_invalid_overwrite">The file exists already in the destination folder.</string>
546546
<string name="move_file_error">An error occurred while trying to move this file or folder.</string>
547-
<string name="move_file_correctly">File moved correctly</string>
547+
<string name="move_file_correctly">Item(s) moved correctly</string>
548548
<string name="forbidden_permissions_move">to move this file</string>
549549

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

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

0 commit comments

Comments
 (0)