Przeglądaj źródła

minor text cosmetic

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56642 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 lat temu
rodzic
commit
097c4edf75
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gui/wxpython/gui_core/preferences.py

+ 1 - 1
gui/wxpython/gui_core/preferences.py

@@ -1244,7 +1244,7 @@ class PreferencesDialog(PreferencesBaseDialog):
                                        "location's\nprojection in any way. You will "
                                        "need to enable the Projection check box in "
                                        "the drop-down\nmenu located at the bottom "
-                                       "of the Map Display window."))
+                                       "of the Map Display window.\n"))
         gridSizer.Add(item = note0,
                       span = (1, 2),
                       pos = (row, 0))