diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 15387ab77cd..85f260911c7 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -269,7 +269,6 @@ OC.L10N.register( "A file or folder with that name already exists in this folder" : "A file or folder with that name already exists in this folder", "The files is locked" : "The files is locked", "The file does not exist anymore" : "The file does not exist anymore", - "Chose destination" : "Choose destination", "Copy to {target}" : "Copy to {target}", "Move to {target}" : "Move to {target}", "Cancelled move or copy operation" : "Cancelled move or copy operation", @@ -321,6 +320,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list.", "Search for an account" : "Search for an account", "Choose" : "Choose", - "No files or folders have been deleted yet" : "No files or folders have been deleted yet" + "No files or folders have been deleted yet" : "No files or folders have been deleted yet", + "Chose destination" : "Choose destination" }, "nplurals=2; plural=(n != 1);"); |