summaryrefslogtreecommitdiffstats
path: root/src/modules/system
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-29 00:23:10 +0200
committerChris <xchrisx@uber.space>2019-07-29 00:23:10 +0200
commit4dcd8f7fbafd654af95d5fe6c1c3aabc4244dbcc (patch)
treef644cfecc3d4216d18ab4bce569661049c6e08fb /src/modules/system
parent55e6e75d624b551f24e11991dac0faba947ae943 (diff)
downloadkvirc-4dcd8f7fbafd654af95d5fe6c1c3aabc4244dbcc.tar.gz
kvirc-4dcd8f7fbafd654af95d5fe6c1c3aabc4244dbcc.zip
Fix branding of KVIrc and also translations, for fuzzy prevention.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'src/modules/system')
-rw-r--r--src/modules/system/libkvisystem.cpp2
1 files changed, 1 insertions, 1 deletions
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