- Revision
- 16079
- Author
- bkirsch
- Date
- 2007-12-07 10:28:35 -0800 (Fri, 07 Dec 2007)
Log Message
fixes [Bug 11431] Inconsistent wording for protocol: type vs protocol by changing the
use of the type string to protocol. r= heikki
use of the type string to protocol. r= heikki
Modified Paths
Diff
Modified: trunk/chandler/application/dialogs/AccountPreferencesDialogs.py (16078 => 16079)
--- trunk/chandler/application/dialogs/AccountPreferencesDialogs.py 2007-12-07 05:34:21 UTC (rev 16078) +++ trunk/chandler/application/dialogs/AccountPreferencesDialogs.py 2007-12-07 18:28:35 UTC (rev 16079) @@ -384,7 +384,7 @@ {'hostName': self.hostname} def getSuccessText(self, statusValue): - return _(u"\tThe following settings were found:\n\n\tType: %(protocol)s\n\tPort: %(port)s\n\tSecurity: %(security)s\n") % \ + return _(u"\tThe following settings were found:\n\n\tProtocol: %(protocol)s\n\tPort: %(port)s\n\tSecurity: %(security)s\n") % \ {"protocol": self.discoveredAccount.accountProtocol, "port": self.discoveredAccount.port, "security": self.discoveredAccount.connectionSecurity}
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
