Browse Source

wxGUI: Ctrl+W is already used in menu, improve descriptions

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70448 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 8 years ago
parent
commit
fad8a86a84
1 changed files with 2 additions and 4 deletions
  1. 2 4
      gui/wxpython/xml/wxgui_items.xml

+ 2 - 4
gui/wxpython/xml/wxgui_items.xml

@@ -65,13 +65,12 @@
   <wxgui-item name="CloseGUI">
     <label>Close GUI</label>
     <handler>OnCloseWindow</handler>
-    <description>Quit wxGUI session.</description>
-    <shortcut>Ctrl+W</shortcut>
+    <description>Close graphical user interface.</description>
   </wxgui-item>
   <wxgui-item name="Quit">
     <label>Quit GRASS GIS</label>
     <handler>OnCloseWindowOrExit</handler>
-    <description>Quit wxGUI session and exit GRASS shell.</description>
+    <description>Close GUI and exit GRASS GIS shell.</description>
     <shortcut>Ctrl+Q</shortcut>
     <wx-id>ID_EXIT</wx-id>
   </wxgui-item>
@@ -379,4 +378,3 @@
     <keywords>general,gui,imagery,classification,signatures</keywords>
   </wxgui-item>
 </wxgui-items>
-