Wiking branch, master, updated. c20a140fcf2a1dcdf3808a9f11c355126e496dfd
Boris Dusek
dusek at devel.brailcom.org
Sat Oct 16 14:07:48 CEST 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Wiking".
The branch, master has been updated
via c20a140fcf2a1dcdf3808a9f11c355126e496dfd (commit)
from 9a1c6531480b1d96aa96e4c49f614c2385a08a3f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c20a140fcf2a1dcdf3808a9f11c355126e496dfd
Author: Boris Dusek <dusek at brailcom.org>
Date: Sat Oct 16 14:07:36 2010 +0200
Fix broken message.
-----------------------------------------------------------------------
Summary of changes:
lib/wiking/cms/users.py | 4 ++--
translations/wiking-cms.cs.po | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/lib/wiking/cms/users.py b/lib/wiking/cms/users.py
index b0c310b..1a686a5 100644
--- a/lib/wiking/cms/users.py
+++ b/lib/wiking/cms/users.py
@@ -786,10 +786,10 @@ class Users(UserManagementModule):
req.message(_("Failed sending e-mail notification:") +' '+ err, type=req.ERROR)
return False
else:
- # Translators: Follows an email addres, e.g. ``Activation code was sent to joe at brailcom.org''
+ # Translators: Follows an email addres, e.g. ``... was sent to your email address at joe at brailcom.org''
req.message(_("To finish registration, please confirm the "
"activation code that was sent to your email "
- "address at %(email)s.", record['email'].value()))
+ "address at %s.", record['email'].value()))
return True
def _check_registration_code(self, req):
diff --git a/translations/wiking-cms.cs.po b/translations/wiking-cms.cs.po
index 5b1e74e..3c6f8cd 100644
--- a/translations/wiking-cms.cs.po
+++ b/translations/wiking-cms.cs.po
@@ -1899,14 +1899,14 @@ msgstr "Vaše registrace na %s"
msgid "Failed sending e-mail notification:"
msgstr "NepodaÅilo se odeslat e-mailové upozornÄnÃ:"
-#. Translators: Follows an email addres, e.g. ``Activation code was sent to joe at brailcom.org''
+#. Translators: Follows an email addres, e.g. ``... was sent to your email address at joe at brailcom.org''
#: ../lib/wiking/cms/users.py:790
-#, fuzzy, python-format
+#, python-format
msgid ""
"To finish registration, please confirm the activation code that was sent to "
-"your email address at %(email)s."
+"your email address at %s."
msgstr ""
-"Pro dokonÄenà registrace prosÃm potvrÄte aktivaÄnà kód zaslaný na VaÅ¡i emailovou adresu %(email)s."
+"Pro dokonÄenà registrace prosÃm potvrÄte aktivaÄnà kód zaslaný na VaÅ¡i emailovou adresu %s."
#: ../lib/wiking/cms/users.py:815
msgid "User registration already confirmed."
hooks/post-receive
--
Wiking
More information about the Wiking-cvs
mailing list