summaryrefslogtreecommitdiff
path: root/grc/gui/Actions.py
diff options
context:
space:
mode:
authorSeth Hitefield <sdh11@vt.edu>2014-08-26 11:33:15 -0400
committerSebastian Koslowski <koslowski@kit.edu>2014-08-26 18:00:21 +0200
commit74e3dd5c944fa12fa3d2b8fe0ccf9323cf9c188c (patch)
treeccca205a22a8911fb671141346477b520d8196ab /grc/gui/Actions.py
parent8aeb5b7e8b52701d1d5c6f40735db469121e6e67 (diff)
grc: Small fixes to make menu items consistent.
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r--grc/gui/Actions.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py
index 35a80231db..26c827f346 100644
--- a/grc/gui/Actions.py
+++ b/grc/gui/Actions.py
@@ -253,13 +253,13 @@ TOGGLE_SNAP_TO_GRID = ToggleAction(
preference_name='snap_to_grid'
)
TOGGLE_HIDE_DISABLED_BLOCKS = ToggleAction(
- label='Hide _disabled blocks',
+ label='Hide _Disabled Blocks',
tooltip='Toggle visibility of disabled blocks and connections',
stock_id=gtk.STOCK_MISSING_IMAGE,
keypresses=(gtk.keysyms.d, gtk.gdk.CONTROL_MASK),
)
TOGGLE_AUTO_HIDE_PORT_LABELS = ToggleAction(
- label='Auto-hide port _labels',
+ label='Auto-Hide _Port Labels',
tooltip='Automatically hide port labels',
preference_name='auto_hide_port_labels'
)
@@ -305,7 +305,7 @@ TOGGLE_BLOCKS_WINDOW = ToggleAction(
preference_name='blocks_window_visible'
)
TOGGLE_SCROLL_LOCK = ToggleAction(
- label='_Reports Scroll Lock',
+ label='Reports Scroll _Lock',
tooltip='Toggle scroll lock for the report window',
preference_name='scroll_lock'
)
@@ -344,7 +344,7 @@ FLOW_GRAPH_KILL = Action(
keypresses=(gtk.keysyms.F7, NO_MODS_MASK),
)
FLOW_GRAPH_SCREEN_CAPTURE = Action(
- label='S_creen Capture',
+ label='Sc_reen Capture',
tooltip='Create a screen capture of the flow graph',
stock_id=gtk.STOCK_PRINT,
keypresses=(gtk.keysyms.Print, NO_MODS_MASK),
@@ -404,7 +404,7 @@ XML_PARSER_ERRORS_DISPLAY = Action(
stock_id=gtk.STOCK_DIALOG_ERROR,
)
TOOLS_RUN_FDESIGN = Action(
- label='Filter design tool',
+ label='Filter Design Tool',
tooltip='Execute gr_filter_design',
stock_id=gtk.STOCK_EXECUTE,
)