Browse Source

msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31800 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 17 years ago
parent
commit
49d58c2f5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/location_wizard.py

+ 1 - 1
gui/wxpython/gui_modules/location_wizard.py

@@ -252,7 +252,7 @@ class CoordinateSystemPage(TitledPage):
                                              "georeferenced file"))
                                              "georeferenced file"))
         self.radio4 = wx.RadioButton(parent=self, id=wx.ID_ANY,
         self.radio4 = wx.RadioButton(parent=self, id=wx.ID_ANY,
                                      label=_("Use coordinate system of selected "
                                      label=_("Use coordinate system of selected "
-                                             "WKT file"))
+                                             "WKT or PRJ file"))
         self.radio5 = wx.RadioButton(parent=self, id=wx.ID_ANY,
         self.radio5 = wx.RadioButton(parent=self, id=wx.ID_ANY,
                                      label=_("Create custom PROJ.4 parameters "
                                      label=_("Create custom PROJ.4 parameters "
                                              "string for coordinate system"))
                                              "string for coordinate system"))