summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/kbbookmarkhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabel/kbbookmarkhandler.cpp')
-rw-r--r--kbabel/kbabel/kbbookmarkhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabel/kbbookmarkhandler.cpp b/kbabel/kbabel/kbbookmarkhandler.cpp
index 3f9b70b8..d9f080cb 100644
--- a/kbabel/kbabel/kbbookmarkhandler.cpp
+++ b/kbabel/kbabel/kbbookmarkhandler.cpp
@@ -48,7 +48,7 @@ KBabelBookmark::KBabelBookmark(int msgindex, TQString msgtext)
}
// insert one '&' before every consecutive group of ampersands to keep the
- // first of these from acting either as accelerator or tqmask in the menu
+ // first of these from acting either as accelerator or mask in the menu
TQRegExp rx("&+");
int pos = msgtext.find(rx);
while (pos >= 0) {