From e5e52ef1a0dff3f02021df73056d2fbb6085dcc3 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 29 Jul 2019 00:23:10 +0200 Subject: Fix branding of KVIrc and also translations, for fuzzy prevention. Signed-off-by: Chris (cherry picked from commit 4dcd8f7fbafd654af95d5fe6c1c3aabc4244dbcc) --- src/modules/system/libkvisystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/system') diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 7a5f3c77..d8ebcfd6 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -596,7 +596,7 @@ static bool system_kvs_fnc_dcop(KviKvsModuleFunctionCall *c) } #else if(!bTestMode) - c->warning(__tr2qs("DCOP calls are available only when KDE support is compiled in")); + c->warning(__tr2qs("DCOP calls are available only when TDE support is compiled in")); c->returnValue()->setInteger(0); #endif -- cgit v1.2.1