[Zope3-checkins]
SVN: Zope3/branches/Zope-3.1/src/zope/app/applicationcontrol/browser/servercontrol.py
Message normal string changed to unicode string
Egon Frerich
e.frerich at nord-com.net
Tue Aug 23 06:11:20 EDT 2005
Log message for revision 38039:
Message normal string changed to unicode string
(Rev. 38033 in trunk)
Changed:
U Zope3/branches/Zope-3.1/src/zope/app/applicationcontrol/browser/servercontrol.py
-=-
Modified: Zope3/branches/Zope-3.1/src/zope/app/applicationcontrol/browser/servercontrol.py
===================================================================
--- Zope3/branches/Zope-3.1/src/zope/app/applicationcontrol/browser/servercontrol.py 2005-08-23 10:04:52 UTC (rev 38038)
+++ Zope3/branches/Zope-3.1/src/zope/app/applicationcontrol/browser/servercontrol.py 2005-08-23 10:11:19 UTC (rev 38039)
@@ -34,4 +34,4 @@
or _(u"You restarted the server."))
elif 'shutdown' in self.request:
return (self.serverControl().shutdown(time)
- or _("You shut down the server."))
+ or _(u"You shut down the server."))
More information about the Zope3-Checkins
mailing list