diff options
author | Josh Blum <josh@joshknows.com> | 2009-09-18 02:22:43 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2009-09-18 02:22:43 -0700 |
commit | d28d40d33dac481296e1f836ec57f1018041d418 (patch) | |
tree | 9eb162aae0088a69863da66eb2c1f05a2e111615 /grc/gui/Actions.py | |
parent | 14895064d7345c2223ff2b8ff3b9cbcdf69dd8c9 (diff) |
put the flow graph errors button into the toolbar
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r-- | grc/gui/Actions.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py index 1cc12a8194..f374efde18 100644 --- a/grc/gui/Actions.py +++ b/grc/gui/Actions.py @@ -217,7 +217,7 @@ BLOCK_PASTE = Action( ) ERRORS_WINDOW_DISPLAY = Action( label='_Errors', - tooltip='Flowgraph error messages', + tooltip='View flow graph errors', stock_id=gtk.STOCK_DIALOG_ERROR, ) ABOUT_WINDOW_DISPLAY = Action( @@ -227,13 +227,13 @@ ABOUT_WINDOW_DISPLAY = Action( ) HELP_WINDOW_DISPLAY = Action( label='_Help', - tooltip='Usage Tips', + tooltip='Usage tips', stock_id=gtk.STOCK_HELP, keypresses=(gtk.keysyms.F1, NO_MODS_MASK), ) TYPES_WINDOW_DISPLAY = Action( label='_Types', - tooltip='Types Color Mapping', + tooltip='Types color mapping', stock_id=gtk.STOCK_DIALOG_INFO, ) FLOW_GRAPH_GEN = Action( |