[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/04: grc: typo in tooltip
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/04: grc: typo in tooltip |
Date: |
Tue, 8 Dec 2015 00:31:19 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 60d5c5e4dca3fd9f356b3e170ea3b8817be0ee51
Author: Sebastian Koslowski <address@hidden>
Date: Thu Dec 3 17:19:30 2015 +0100
grc: typo in tooltip
---
grc/gui/Actions.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py
index d864db7..692b9d1 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(