summaryrefslogtreecommitdiffstats
path: root/src/gvcore/externaltooldialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/externaltooldialog.cpp')
-rw-r--r--src/gvcore/externaltooldialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/externaltooldialog.cpp b/src/gvcore/externaltooldialog.cpp
index e579b99..a71351b 100644
--- a/src/gvcore/externaltooldialog.cpp
+++ b/src/gvcore/externaltooldialog.cpp
@@ -144,7 +144,7 @@ struct ExternalToolDialogPrivate {
for (; item; item=item->nextSibling()) {
if (item==mSelectedItem) continue;
if (name==item->text(0)) {
- KMessageBox::sorry(mContent, i18n("There is already a tool named \"%1\"").tqarg(name));
+ KMessageBox::sorry(mContent, i18n("There is already a tool named \"%1\"").arg(name));
return false;
}
}