diff options
author | Chris <xchrisx@uber.space> | 2019-07-29 00:23:10 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-29 00:23:10 +0200 |
commit | 4dcd8f7fbafd654af95d5fe6c1c3aabc4244dbcc (patch) | |
tree | f644cfecc3d4216d18ab4bce569661049c6e08fb /src/modules/system/libkvisystem.cpp | |
parent | 55e6e75d624b551f24e11991dac0faba947ae943 (diff) | |
download | kvirc-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/libkvisystem.cpp')
-rw-r--r-- | src/modules/system/libkvisystem.cpp | 2 |
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 |