summaryrefslogtreecommitdiff
path: root/grc/gui/Actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r--grc/gui/Actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py
index d864db7e16..692b9d1cf3 100644
--- a/grc/gui/Actions.py
+++ b/grc/gui/Actions.py
@@ -422,7 +422,7 @@ BUSSIFY_SINKS = Action(
)
XML_PARSER_ERRORS_DISPLAY = Action(
label='_Parser Errors',
- tooltip='View errors that occured while parsing XML files',
+ tooltip='View errors that occurred while parsing XML files',
stock_id=gtk.STOCK_DIALOG_ERROR,
)
TOOLS_RUN_FDESIGN = Action(