jan: thuban/Thuban/UI mainwindow.py,1.139,1.140 
    cvs@intevation.de 
    cvs at intevation.de
       
    Fri Jan 21 09:31:18 CET 2005
    
    
  
Author: jan
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv12021
Modified Files:
	mainwindow.py 
Log Message:
(view_position_changed): Made string available for i18n.
Index: mainwindow.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/mainwindow.py,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- mainwindow.py	20 Jan 2005 18:47:26 -0000	1.139
+++ mainwindow.py	21 Jan 2005 08:31:16 -0000	1.140
@@ -368,8 +368,8 @@
                         -180 <= right <= 180 and
                         -90 <= top <= 90 and
                         -90 <= bottom <= 90):
-                        text = ("Select '"+layer.title+"' and pick a " +
-                            "projection using Layer/Projection...")
+                        text = _("Select layer '%s' and pick a projection "
+                                 "using Layer/Projection...") % layer.title
                         break
 
         self.set_position_text(text)
    
    
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)