Rev 26: Use the correct password request string in http://bzr.arbash-meinel.com/plugins/email

John Arbash Meinel john at arbash-meinel.com
Thu Jan 25 23:12:39 GMT 2007


------------------------------------------------------------
revno: 26
revision-id: john at arbash-meinel.com-20070125231227-d9ff9bxynpk6gtj9
parent: john at arbash-meinel.com-20070125230453-sk2pekhrapa8jgk8
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: email
timestamp: Thu 2007-01-25 17:12:27 -0600
message:
  Use the correct password request string
modified:
  smtp_connection.py             smtp_connection.py-20070125220755-k6ueimjqwn16wvr9-1
-------------- next part --------------
=== modified file 'smtp_connection.py'
--- a/smtp_connection.py	2007-01-25 22:54:39 +0000
+++ b/smtp_connection.py	2007-01-25 23:12:27 +0000
@@ -81,7 +81,7 @@
 
         if self._smtp_password is None:
             self._smtp_password = ui.ui_factory.get_password(
-                'Please enter the SMTP password: %(user)@%(host)s',
+                'Please enter the SMTP password: %(user)s@%(host)s',
                 user=self._smtp_username,
                 host=self._smtp_server)
         try:



More information about the bazaar-commits mailing list