summaryrefslogtreecommitdiffstats
path: root/kicker-applets/math/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/math/parser.cpp')
-rw-r--r--kicker-applets/math/parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker-applets/math/parser.cpp b/kicker-applets/math/parser.cpp
index c49cbab..d8592a2 100644
--- a/kicker-applets/math/parser.cpp
+++ b/kicker-applets/math/parser.cpp
@@ -660,7 +660,7 @@ int Parser::errmsg()
break;
case 2: KMessageBox::error(0, i18n("Parser error at position %1:\n"
- "Missing tqparenthesis").tqarg(TQString::number(errpos)), i18n("Math Expression Evaluator"));
+ "Missing parenthesis").tqarg(TQString::number(errpos)), i18n("Math Expression Evaluator"));
break;
case 3: KMessageBox::error(0, i18n("Parser error at position %1:\n"