bernhard: thuban/Thuban/UI classifier.py,1.64,1.64.2.1
cvs@intevation.de
cvs at intevation.de
Mon Feb 7 15:09:39 CET 2005
Author: bernhard
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv10939/Thuban/UI
Modified Files:
Tag: thuban-1-0-branch
classifier.py
Log Message:
* Thuban/UI/classifier.py (ClassGrid.DeleteSelectedRows):
Enable translation for message string.
Index: classifier.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/classifier.py,v
retrieving revision 1.64
retrieving revision 1.64.2.1
diff -u -d -r1.64 -r1.64.2.1
--- classifier.py 1 Aug 2003 14:27:57 -0000 1.64
+++ classifier.py 7 Feb 2005 14:09:36 -0000 1.64.2.1
@@ -154,7 +154,7 @@
group = self.GetTable().GetClassGroup(sel[0])
if isinstance(group, ClassGroupDefault):
wxMessageDialog(self,
- "The Default group cannot be removed.",
+ _("The Default group cannot be removed."),
style = wxOK | wxICON_EXCLAMATION).ShowModal()
return
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)