aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/admin.lang.php
diff options
context:
space:
mode:
authorEric <eric@piwigo.org>2013-02-10 13:59:18 +0000
committerEric <eric@piwigo.org>2013-02-10 13:59:18 +0000
commitb6029f51e507b1a1f839d388bc0fed4eaf83d4ec (patch)
treece59dc48b5e47b491f3b9fa709087313b04c8ecf /language/en_UK/admin.lang.php
parent9c4413079183c9ae5f9adf2d3f507db4be5d721a (diff)
English reference translation fix : "Connection to server unavailable." instead of "Connection to server impossible."
git-svn-id: http://piwigo.org/svn/trunk@20644 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r--language/en_UK/admin.lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 9aaeae9d2..96821a6cc 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -221,7 +221,7 @@ $lang['Caddie'] = "Caddie";
$lang['cancel manual order'] = 'cancel manual order';
$lang['Cancel'] = 'Cancel';
$lang['Cannot delete the old permalink !'] = "The old permalink cannot be deleted!";
-$lang['Can\'t connect to server.'] = "Connection to server impossible.";
+$lang['Can\'t connect to server.'] = "Connection to server unavailable.";
$lang['Can\'t create temporary file.'] = "Temporary file cannot be created.";
$lang['Can\'t download archive.'] = "Archive cannot be downloaded.";
$lang['Can\'t read or extract archive.'] = "Archive cannot be read or extracted.";