From 89424c41406b53735f9c769a5b8fc03adc2a8808 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 17:04:51 -0500 Subject: Branding cleanup: KDE -> TDE --- kturtle/src/kturtle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kturtle') diff --git a/kturtle/src/kturtle.cpp b/kturtle/src/kturtle.cpp index da6a9a28..0d827d88 100644 --- a/kturtle/src/kturtle.cpp +++ b/kturtle/src/kturtle.cpp @@ -84,8 +84,8 @@ MainWindow::MainWindow(KTextEditor::Document *document) : editor(0) { if ( !(document = KTextEditor::EditorChooser::createDocument(0,"KTextEditor::Document") ) ) { - KMessageBox::error( this, i18n("A KDE text-editor component could not be found;\n" - "please check your KDE installation.") ); + KMessageBox::error( this, i18n("A TDE text-editor component could not be found;\n" + "please check your TDE installation.") ); kapp->exit(1); } // docList.append(doc); -- cgit v1.2.1