summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 16:44:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-20 21:59:43 +0900
commitf901ccee3ead0a3be3c9c832038e5c74288a8d3f (patch)
treea24f9928d10c05100e6b50cf5d947e2abbb8a552
parent3156b549d754626b9ec2363986d912e521a32d21 (diff)
downloadtdeutils-f901ccee3ead0a3be3c9c832038e5c74288a8d3f.tar.gz
tdeutils-f901ccee3ead0a3be3c9c832038e5c74288a8d3f.zip
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6deb3b43d145638070e9b7ad77eb9a10f4d3a72e)
-rw-r--r--kregexpeditor/kregexpeditorgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/kregexpeditorgui.cpp b/kregexpeditor/kregexpeditorgui.cpp
index 46fc452..f248251 100644
--- a/kregexpeditor/kregexpeditorgui.cpp
+++ b/kregexpeditor/kregexpeditorgui.cpp
@@ -130,7 +130,7 @@ void KRegExpEditorGUI::doSomething( TQString method, void* arguments )
_editor->setAllowNonTQtSyntax( (bool) arguments );
}
else {
- tqFatal( "%s", tqtr("Method '%1' is not valid!").arg(method).latin1() );
+ tqFatal( i18n("Method '%1' is not valid!").arg(method) );
}
}