diff options
author | nikrou <nikrou@piwigo.org> | 2009-10-10 18:25:38 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2009-10-10 18:25:38 +0000 |
commit | f571de9ab06f689881298089a0f575ee31658238 (patch) | |
tree | 142036f1e851e8c3b73141db0a3bf233c3fba45f /language/en_UK | |
parent | d1f2f852c7372b686358b982eb246e70dfc1e0aa (diff) |
Bug fix 1185 : missing %s in admin vocab
merge from trunk
git-svn-id: http://piwigo.org/svn/branches/2.0@4016 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index c97367bec..02f4c98b9 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -484,7 +484,7 @@ $lang['conf_history_guest'] = 'Save page visits by guests'; $lang['conf_history_user'] = 'Save page visits by users'; $lang['conf_history_admin'] = 'Save page visits by administrators'; $lang['cat_options_title'] = 'Properties'; -$lang['An information email was sent to group "%s"'] = 'An information email was sent to group "%s'; +$lang['An information email was sent to group "%s"'] = 'An information email was sent to group "%s"'; $lang['Send an information email to group members'] = 'Send an information email to group members'; $lang['Group'] = 'Group'; $lang['[%s] Come to visit the category %s'] = '[%s] Come to visit the category %s'; |