summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/en_GB.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/en_GB.php')
-rw-r--r--apps/files_trashbin/l10n/en_GB.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/en_GB.php b/apps/files_trashbin/l10n/en_GB.php
index 04abf2d6f23..a660b4b1ca1 100644
--- a/apps/files_trashbin/l10n/en_GB.php
+++ b/apps/files_trashbin/l10n/en_GB.php
@@ -4,12 +4,12 @@ $TRANSLATIONS = array(
"Couldn't restore %s" => "Couldn't restore %s",
"Deleted files" => "Deleted files",
"Error" => "Error",
+"Deleted Files" => "Deleted Files",
"restored" => "restored",
"Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!",
"Name" => "Name",
"Restore" => "Restore",
"Deleted" => "Deleted",
-"Delete" => "Delete",
-"Deleted Files" => "Deleted Files"
+"Delete" => "Delete"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";