diff options
author | flop25 <flop25@piwigo.org> | 2012-12-10 10:20:21 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-12-10 10:20:21 +0000 |
commit | b40fc9e9bc186df71f9dd7870095fb17d7a24ab3 (patch) | |
tree | 480bca8aa1c1ad9a6f60c8c724cc47acae6d0714 /language/en_UK/admin.lang.php | |
parent | 416ccf373862a8fd9f56f2b419016b24cd623bec (diff) |
translation disambiguations
git-svn-id: http://piwigo.org/svn/trunk@19381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-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 0ef743350..ad2550611 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -823,8 +823,8 @@ $lang['This is a major update, with <a href="%s">new exciting features</a>.'] = $lang['This is a minor update, with only bug corrections.'] = 'This is a minor update, with only bug corrections.'; $lang['This name is already used by another group.'] = "This name is already used by another group."; $lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'THIS PLUGIN IS NOW PART OF PIWIGO CORE! UNINSTALL IT NOW!'; -$lang['This group will be set to default'] = "This group will be set to default"; -$lang['This group will be unset to default'] = "This group will be unset to default"; +$lang['This group will be set to default'] = "This group will be used by default"; +$lang['This group will be unset to default'] = "This group will no longer be used by default"; $lang['This site already exists'] = "This site already exists"; $lang['This theme was not designed to be directly activated'] = 'This theme was not designed to be directly activated'; $lang['Thumbnail'] = "Thumbnail"; |