From 7095bd2d8f4c05aa0db77f0057a4a5e4409201a3 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Jul 2019 02:53:21 +0200 Subject: [PATCH] Fix remaining brandings in tdeutils. Signed-off-by: Chris --- kgpg/kgpg.kcfg | 2 +- 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 @@ false - + false 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."); }