summaryrefslogtreecommitdiff
path: root/grc/gui/Actions.py
diff options
context:
space:
mode:
authorSeth Hitefield <sdhitefield@gmail.com>2014-06-11 11:27:55 -0400
committerSebastian Koslowski <koslowski@kit.edu>2014-06-13 11:04:26 +0200
commit9d6284c1e2317995c2ac959de0fa4f0668c0064d (patch)
tree9ffa264f8a910dd93f2ec923d22afd40c4c7086b /grc/gui/Actions.py
parent8949a9e00e989e98abf334f839b7a4e91a2339e4 (diff)
grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions.
Moved clear reports under view and grouped all Report menu items together
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r--grc/gui/Actions.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py
index bf05ea71e5..abd5017d16 100644
--- a/grc/gui/Actions.py
+++ b/grc/gui/Actions.py
@@ -282,8 +282,8 @@ TOGGLE_BLOCKS_WINDOW = ToggleAction(
keypresses=(gtk.keysyms.b, gtk.gdk.CONTROL_MASK),
)
TOGGLE_SCROLL_LOCK = ToggleAction(
- label='_Scroll Lock',
- tooltip='Toggle scrool lock of the logging window',
+ label='_Report Scroll Lock',
+ tooltip='Toggle scroll lock for the report window',
)
ABOUT_WINDOW_DISPLAY = Action(
label='_About',
@@ -350,8 +350,8 @@ FIND_BLOCKS = Action(
gtk.keysyms.slash, NO_MODS_MASK),
)
CLEAR_REPORTS = Action(
- label='_Clear Logs',
- tooltip='Clear Logs',
+ label='_Clear Reports',
+ tooltip='Clear Reports',
stock_id=gtk.STOCK_CLEAR,
)
OPEN_HIER = Action(