diff options
Diffstat (limited to 'core/l10n/en_GB.php')
-rw-r--r-- | core/l10n/en_GB.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index 016bf23e8e1..2875ba732de 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -41,10 +41,10 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%n month ago","%n months ago"), "last year" => "last year", "years ago" => "years ago", -"Choose" => "Choose", -"Error loading file picker template: {error}" => "Error loading file picker template: {error}", "Yes" => "Yes", "No" => "No", +"Choose" => "Choose", +"Error loading file picker template: {error}" => "Error loading file picker template: {error}", "Ok" => "OK", "Error loading message template: {error}" => "Error loading message template: {error}", "_{count} file conflict_::_{count} file conflicts_" => array("{count} file conflict","{count} file conflicts"), |