diff options
author | Mark Sapiro <msapiro@value.net> | 2010-11-04 10:13:29 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2010-11-04 10:13:29 -0700 |
commit | 9483387a23b7dc01f33d95efcbc80e78e4b7479b (patch) | |
tree | 3be31a719a49c3ed901d14a6db4dcd5986dc2600 /messages | |
parent | 3d11fb78a337bc3fa3e4c43ef2d7adc1d83bdd4b (diff) | |
download | mailman2-9483387a23b7dc01f33d95efcbc80e78e4b7479b.tar.gz mailman2-9483387a23b7dc01f33d95efcbc80e78e4b7479b.tar.xz mailman2-9483387a23b7dc01f33d95efcbc80e78e4b7479b.zip |
- Fixed a missing format character in the Spanish translation.
Bug #670988.
- Fixed the host name in the From: address of the owner notification from
bin/add_members. Bug #666181.
Diffstat (limited to 'messages')
-rw-r--r-- | messages/es/LC_MESSAGES/mailman.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages/es/LC_MESSAGES/mailman.po b/messages/es/LC_MESSAGES/mailman.po index 6854a029..0df1f1a5 100644 --- a/messages/es/LC_MESSAGES/mailman.po +++ b/messages/es/LC_MESSAGES/mailman.po @@ -9194,7 +9194,7 @@ msgstr " comprobando gid y modo de %(path)s" #: bin/check_perms:122 msgid "%(path)s bad group (has: %(groupname)s, expected %(MAILMAN_GROUP)s)" msgstr "" -"%(path) tiene un grupo incorrecto (tiene: %(groupname)s, se esperaba que " +"%(path)s tiene un grupo incorrecto (tiene: %(groupname)s, se esperaba que " "tuviera %(MAILMAN_GROUP)s)" #: bin/check_perms:151 |