From e9efe389b4b528c4ac56fdde372f9d5128a536a3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 18:02:14 -0500 Subject: Branding cleanup: KDE -> TDE. --- konqueror/konq_mainwindow.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'konqueror/konq_mainwindow.cc') 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

" "This makes it available to the Paste 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

" "This makes it available to the Paste 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

" - "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

" -- cgit v1.2.1