VirtualMailManager/cli/__init__.py
branchv0.6.x
changeset 417 8209da83e256
parent 366 d6573da35b5f
child 568 14abdd04ddf5
--- a/VirtualMailManager/cli/__init__.py	Thu Feb 24 01:02:24 2011 +0000
+++ b/VirtualMailManager/cli/__init__.py	Thu Feb 24 20:47:35 2011 +0000
@@ -88,11 +88,11 @@
         clear1 = getpass(prompt=readp_msg1)
         if clear0 != clear1:
             failures += 1
-            w_err(0, _(u'Sorry, passwords do not match'))
+            w_err(0, _(u'Sorry, passwords do not match.'))
             continue
         if not clear0:
             failures += 1
-            w_err(0, _(u'Sorry, empty passwords are not permitted'))
+            w_err(0, _(u'Sorry, empty passwords are not permitted.'))
             continue
         mismatched = False
     return clear0