Author: reinhard
Date: 2006-03-31 15:10:15 -0600 (Fri, 31 Mar 2006)
New Revision: 8325
Modified:
trunk/gnue-appserver/src/language/App.py
Log:
Changed help text to unicode.
Modified: trunk/gnue-appserver/src/language/App.py
===================================================================
--- trunk/gnue-appserver/src/language/App.py 2006-03-31 18:20:08 UTC (rev
8324)
+++ trunk/gnue-appserver/src/language/App.py 2006-03-31 21:10:15 UTC (rev
8325)
@@ -39,9 +39,9 @@
def __init__ (self, connections = None, application = 'appserver',
defaults = None):
- self.addCommandOption ('connection', 'c', argument='name',
+ self.addCommandOption ('connection', 'c', argument = u_('name'),
default = "gnue",
- help = _("Connect to the appserver using the connection <name>"))
+ help = u_("Connect to the appserver using the connection <name>"))
GClientApp.GClientApp.__init__ (self, connections, application, defaults)
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue