From d8c751446b8b674eb5c387f56b2bb00d5ffd8ce3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 16:22:22 -0500 Subject: [PATCH] Branding cleanup: I18N_NOOP KDE -> TDE. --- apps/ktorrent/main.cpp | 2 +- apps/ktupnptest/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ktorrent/main.cpp b/apps/ktorrent/main.cpp index f90d8ae..0bcd5f3 100644 --- a/apps/ktorrent/main.cpp +++ b/apps/ktorrent/main.cpp @@ -73,7 +73,7 @@ void StupidWarningMessagesFromTQt( TQtMsgType type, const char *msg ) static const char description[] = - I18N_NOOP("A BitTorrent program for KDE"); + I18N_NOOP("A BitTorrent program for TDE"); bool GrabPIDLock() diff --git a/apps/ktupnptest/main.cpp b/apps/ktupnptest/main.cpp index c585f73..73ceace 100644 --- a/apps/ktupnptest/main.cpp +++ b/apps/ktupnptest/main.cpp @@ -32,7 +32,7 @@ using namespace kt; using namespace bt; static const char description[] = - I18N_NOOP("A KDE KPart Application"); + I18N_NOOP("A TDE KPart Application"); static const char version[] = "1.3dev";