summaryrefslogtreecommitdiffstats
path: root/konqueror/konq_mainwindow.cc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 18:02:14 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 18:02:14 -0500
commite9efe389b4b528c4ac56fdde372f9d5128a536a3 (patch)
treed17afd4ba83dbf6c9d54c1681c2bd87f8d2d32a4 /konqueror/konq_mainwindow.cc
parent4f24944314ddf35eca50330ebc4e7e995bacded7 (diff)
downloadtdebase-e9efe389b4b528c4ac56fdde372f9d5128a536a3.tar.gz
tdebase-e9efe389b4b528c4ac56fdde372f9d5128a536a3.zip
Branding cleanup: KDE -> TDE.
Diffstat (limited to 'konqueror/konq_mainwindow.cc')
-rw-r--r--konqueror/konq_mainwindow.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/konq_mainwindow.cc b/konqueror/konq_mainwindow.cc
index 1435167c8..903bd2d20 100644
--- a/konqueror/konq_mainwindow.cc
+++ b/konqueror/konq_mainwindow.cc
@@ -4049,18 +4049,18 @@ void KonqMainWindow::initActions()
m_paCut->setWhatsThis( i18n( "Cut the currently selected text or item(s) and move it "
"to the system clipboard<p> "
"This makes it available to the <b>Paste</b> command in Konqueror "
- "and other KDE applications." ) );
+ "and other TDE applications." ) );
m_paCut->setToolTip( i18n( "Move the selected text or item(s) to the clipboard" ) );
m_paCopy->setWhatsThis( i18n( "Copy the currently selected text or item(s) to the "
"system clipboard<p>"
"This makes it available to the <b>Paste</b> command in Konqueror "
- "and other KDE applications." ) );
+ "and other TDE applications." ) );
m_paCopy->setToolTip( i18n( "Copy the selected text or item(s) to the clipboard" ) );
m_paPaste->setWhatsThis( i18n( "Paste the previously cut or copied clipboard "
"contents<p>"
- "This also works for text copied or cut from other KDE applications." ) );
+ "This also works for text copied or cut from other TDE applications." ) );
m_paPaste->setToolTip( i18n( "Paste the clipboard contents" ) );
m_paPrint->setWhatsThis( i18n( "Print the currently displayed document<p>"