summaryrefslogtreecommitdiffstats
path: root/src/modules/system
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-29 00:23:10 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-07-29 01:37:21 +0200
commite5e52ef1a0dff3f02021df73056d2fbb6085dcc3 (patch)
tree0146e0cfb82101dffc5a8377d27c0ce00e713446 /src/modules/system
parentdf6d9cb20596064984c5ea526d0845000ee30a90 (diff)
downloadkvirc-e5e52ef1a0dff3f02021df73056d2fbb6085dcc3.tar.gz
kvirc-e5e52ef1a0dff3f02021df73056d2fbb6085dcc3.zip
Fix branding of KVIrc and also translations, for fuzzy prevention.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 4dcd8f7fbafd654af95d5fe6c1c3aabc4244dbcc)
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