diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2014-01-04 16:43:40 +0100 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2014-01-18 23:19:47 +0100 |
commit | 1c3b5187a61d8bf989d00791997a93a041d18d5b (patch) | |
tree | d10e57c4d0d8356ddddc29eec7e31c02282a73a7 /grc/gui/Actions.py | |
parent | 7548e467bda2985f241e5ae0ac3939ced303ca23 (diff) |
grc: renaming flowgraph errors menu item and xml parser action
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r-- | grc/gui/Actions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py index 1776acb6ac..284c78f8fc 100644 --- a/grc/gui/Actions.py +++ b/grc/gui/Actions.py @@ -261,7 +261,7 @@ BLOCK_PASTE = Action( keypresses=(gtk.keysyms.v, gtk.gdk.CONTROL_MASK), ) ERRORS_WINDOW_DISPLAY = Action( - label='_Errors', + label='Flowgraph _Errors', tooltip='View flow graph errors', stock_id=gtk.STOCK_DIALOG_ERROR, ) @@ -354,7 +354,7 @@ BUSSIFY_SINKS = Action( tooltip='Gang sink ports into a single bus port', stock_id=gtk.STOCK_JUMP_TO, ) -PARSER_ERRORS = Action( +XML_PARSER_ERRORS_DISPLAY = Action( label='_Parser Errors', tooltip='View errors that occured while parsing XML files', stock_id=gtk.STOCK_DIALOG_ERROR, |