Parent Directory
|
Revision Log
|
Patch
revision 2531 by bernhard, Thu Jan 20 18:47:26 2005 UTC | revision 2534 by jan, Fri Jan 21 08:31:16 2005 UTC | |
---|---|---|
# | Line 368 class MainWindow(DockFrame): | Line 368 class MainWindow(DockFrame): |
368 | -180 <= right <= 180 and | -180 <= right <= 180 and |
369 | -90 <= top <= 90 and | -90 <= top <= 90 and |
370 | -90 <= bottom <= 90): | -90 <= bottom <= 90): |
371 | text = ("Select '"+layer.title+"' and pick a " + | text = _("Select layer '%s' and pick a projection " |
372 | "projection using Layer/Projection...") | "using Layer/Projection...") % layer.title |
373 | break | break |
374 | ||
375 | self.set_position_text(text) | self.set_position_text(text) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |