소스 검색

minor text cosmetic

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56642 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 년 전
부모
커밋
097c4edf75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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))