summaryrefslogtreecommitdiffstats
path: root/kwallet/main.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-09 03:32:14 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-09 03:32:14 -0600
commitb32b50d6257552d739cb4c037cd0ef29a723ba2c (patch)
tree7dcb9ad20e66274a4ac3499ea31a34d052076bf2 /kwallet/main.cpp
parentf55824d3cfe63115be172717006b8bc42692cef7 (diff)
downloadtdeutils-b32b50d6257552d739cb4c037cd0ef29a723ba2c.tar.gz
tdeutils-b32b50d6257552d739cb4c037cd0ef29a723ba2c.zip
Fix KWallet KDE->TDE branding issues.
Diffstat (limited to 'kwallet/main.cpp')
-rw-r--r--kwallet/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kwallet/main.cpp b/kwallet/main.cpp
index 8fbd0da..32e7318 100644
--- a/kwallet/main.cpp
+++ b/kwallet/main.cpp
@@ -48,8 +48,8 @@ int main(int argc, char **argv) {
KCmdLineLastOption
};
- KAboutData about("kwalletmanager", I18N_NOOP("KDE Wallet Manager"), "1.1",
- I18N_NOOP("KDE Wallet Management Tool"),
+ KAboutData about("kwalletmanager", I18N_NOOP("TDE Wallet Manager"), "1.1",
+ I18N_NOOP("TDE Wallet Management Tool"),
KAboutData::License_GPL,
I18N_NOOP("(c) 2003,2004 George Staikos"), 0,
"http://www.kde.org/");
@@ -67,7 +67,7 @@ int main(int argc, char **argv) {
MyApp a;
KWalletManager wm;
- wm.setCaption(i18n("KDE Wallet Manager"));
+ wm.setCaption(i18n("TDE Wallet Manager"));
a.setMainWidget(&wm);