joey: thuban/Extensions/wms capabilities.py,1.8,1.9
cvs@intevation.de
cvs at intevation.de
Thu Apr 1 17:34:27 CEST 2004
Author: joey
Update of /thubanrepository/thuban/Extensions/wms
In directory doto:/tmp/cvs-serv24154
Modified Files:
capabilities.py
Log Message:
No need to use the concatenation operator here, and this version will
also be understood by gettext which is important for translations
later.
Index: capabilities.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/wms/capabilities.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- capabilities.py 1 Apr 2004 14:41:35 -0000 1.8
+++ capabilities.py 1 Apr 2004 15:34:25 -0000 1.9
@@ -135,7 +135,7 @@
self.wmsVersion = None
self.errorMsg \
= _("Resource '%s' "
- + "does support neither WMS version 1.1 nor 1.0") \
+ "does support neither WMS version 1.1 nor 1.0") \
% resource
if self.capabilities:
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)