diff options
author | plegall <plg@piwigo.org> | 2011-07-05 19:58:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-07-05 19:58:40 +0000 |
commit | 9100a54efdccb1bc59795a79af57f2b33b7d1370 (patch) | |
tree | dace59c2121d9e09028cc3560937e05b7235011b /language/en_UK/admin.lang.php | |
parent | ea8bd93420af754a05f06203587961ae0365947c (diff) |
grammar error fixed in english (and in language key)
git-svn-id: http://piwigo.org/svn/trunk@11641 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 8bca9e2dd..295a32842 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -577,7 +577,7 @@ $lang['Representative'] = "Representative"; $lang['Represents'] = "Represents"; $lang['Resize'] = 'Resize'; $lang['Restore'] = "Restore"; -$lang['Restore default configuration. You will lost your plugin settings!'] = "Restore default configuration. You will lost your plugin settings!"; +$lang['Restore default configuration. You will lose your plugin settings!'] = "Restore default configuration. You will lose your plugin settings!"; $lang['Results of miniaturization'] = "Miniaturization process results"; $lang['Save order'] = "Save order"; $lang['Save page visits by administrators'] = "Record pages visited by administrators"; @@ -841,4 +841,4 @@ $lang['Height'] = 'Height'; $lang['Follow Orientation'] = 'Follow Orientation'; $lang['If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'] = 'If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'; $lang['Graphics Library'] = 'Graphics Library'; -?>
\ No newline at end of file +?> |