Save IMAP tweaks and strings for translation.

This commit is contained in:
Jim Miller
2015-02-15 09:24:21 -06:00
parent 83ea401eaf
commit 3de15229ac
5 changed files with 401 additions and 318 deletions
+1 -1
View File
@@ -1447,7 +1447,7 @@ class EmailPassDialog(QDialog):
self.setLayout(self.l)
self.setWindowTitle(_('Password'))
self.l.addWidget(QLabel(_("Enter Email Password for %s:"%user)),0,0,1,2)
self.l.addWidget(QLabel(_("Enter Email Password for %s:")%user),0,0,1,2)
# self.l.addWidget(QLabel(_("Password:")),1,0)
self.passwd = QLineEdit(self)