summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:23:48 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:23:48 -0500
commit648eec7ee48d8cbd60b30f97ed0827a5b21935b4 (patch)
tree1e042174d0d2e17e034b5f0a1239e3de6d279f58 /src
parent5727b5296ae08920d1d56ca5edc44866c199d798 (diff)
downloadbasket-648eec7ee48d8cbd60b30f97ed0827a5b21935b4.tar.gz
basket-648eec7ee48d8cbd60b30f97ed0827a5b21935b4.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 1beee02..2c9ea69 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -309,7 +309,7 @@ bool MainWindow::askForQuit()
{
TQString message = i18n("<p>Do you really want to quit %1?</p>").arg(kapp->aboutData()->programName());
if (Settings::useSystray())
- message += i18n("<p>Notice that you do not have to quit the application before ending your KDE session. "
+ message += i18n("<p>Notice that you do not have to quit the application before ending your TDE session. "
"If you end your session while the application is still running, the application will be reloaded the next time you log in.</p>");
int really = KMessageBox::warningContinueCancel( this, message, i18n("Quit Confirm"),