commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 07/10: grc: Small fixes to make menu items


From: git
Subject: [Commit-gnuradio] [gnuradio] 07/10: grc: Small fixes to make menu items consistent.
Date: Tue, 26 Aug 2014 19:40:07 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 74e3dd5c944fa12fa3d2b8fe0ccf9323cf9c188c
Author: Seth Hitefield <address@hidden>
Date:   Tue Aug 26 11:33:15 2014 -0400

    grc: Small fixes to make menu items consistent.
---
 grc/gui/Actions.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py
index 35a8023..26c827f 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,
 )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]