bernhard: thuban/Thuban/UI classifier.py,1.70,1.71

cvs@intevation.de cvs at intevation.de
Mon Feb 7 14:46:55 CET 2005


Author: bernhard

Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv10561/Thuban/UI

Modified Files:
	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.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- classifier.py	27 Jan 2005 14:19:41 -0000	1.70
+++ classifier.py	7 Feb 2005 13:46:53 -0000	1.71
@@ -161,7 +161,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)