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/de_DE/admin.lang.php | |
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 '')
-rw-r--r-- | language/de_DE/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php index c30ddb271..f6b8d5863 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -484,7 +484,7 @@ $lang['conf_history_guest'] = 'Speichere Seitenaufrufe von Gästen'; $lang['conf_history_user'] = 'Speichere Seitenaufrufe pro Benutzer'; $lang['conf_history_admin'] = 'Speichere auch Seitenaufrufe des Administrators'; $lang['cat_options_title'] = 'Eigenschaften'; -$lang['An information email was sent to group "%s"'] = 'Eine Info-E-Mail wurde gesendet an die Gruppe "%s'; +$lang['An information email was sent to group "%s"'] = 'Eine Info-E-Mail wurde gesendet an die Gruppe "%s"'; $lang['Send an information email to group members'] = 'Sende eine Info-E-Mail an die Mitglieder dieser Gruppe'; $lang['Group'] = 'Gruppe'; $lang['[%s] Come to visit the category %s'] = '[%s] Es gibt Neues im Bilderordner %s'; |