diff options
author | Chris <xchrisx@uber.space> | 2019-07-18 02:53:21 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-20 22:36:55 +0900 |
commit | b53151c6d886df255c7278e3edcd18e62e3b4210 (patch) | |
tree | fa8ab48f0a5df4aca340df19165df11bf4e091c2 | |
parent | a5dc38b6686b657d84c8fee0b1f29c6085be71ec (diff) | |
download | tdeutils-b53151c6d886df255c7278e3edcd18e62e3b4210.tar.gz tdeutils-b53151c6d886df255c7278e3edcd18e62e3b4210.zip |
Fix remaining brandings in tdeutils.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 7095bd2d8f4c05aa0db77f0057a4a5e4409201a3)
-rw-r--r-- | kgpg/kgpg.kcfg | 2 | ||||
-rw-r--r-- | tdewallet/konfigurator/konfigurator.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kgpg/kgpg.kcfg b/kgpg/kgpg.kcfg index 6ee2417..00bd746 100644 --- a/kgpg/kgpg.kcfg +++ b/kgpg/kgpg.kcfg @@ -115,7 +115,7 @@ <default>false</default> </entry> <entry name="AutoStart" type="Bool"> - <label>Start KGpg automatically at KDE startup.</label> + <label>Start KGpg automatically at TDE startup.</label> <default>false</default> </entry> <entry name="RemoteFileWarn" type="Bool" key="remote_file_warn"> diff --git a/tdewallet/konfigurator/konfigurator.cpp b/tdewallet/konfigurator/konfigurator.cpp index 43b7732..9dcb4c7 100644 --- a/tdewallet/konfigurator/konfigurator.cpp +++ b/tdewallet/konfigurator/konfigurator.cpp @@ -307,7 +307,7 @@ void TDEWalletConfig::defaults() { TQString TDEWalletConfig::quickHelp() const { - return i18n("This configuration module allows you to configure the KDE wallet system."); + return i18n("This configuration module allows you to configure the TDE wallet system."); } |