diff options
author | Chris <xchrisx@uber.space> | 2019-07-18 02:53:21 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-18 02:53:21 +0200 |
commit | 7095bd2d8f4c05aa0db77f0057a4a5e4409201a3 (patch) | |
tree | 68f9dc9be02886146172d3d7cca46b0d21a1b5f0 /tdewallet | |
parent | 60319c7d5b0dfa8ac8802888d5c5bf6cd81fc840 (diff) | |
download | tdeutils-7095bd2d8f4c05aa0db77f0057a4a5e4409201a3.tar.gz tdeutils-7095bd2d8f4c05aa0db77f0057a4a5e4409201a3.zip |
Fix remaining brandings in tdeutils.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'tdewallet')
-rw-r--r-- | tdewallet/konfigurator/konfigurator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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."); } |