diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:04:51 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:04:51 -0500 |
commit | 89424c41406b53735f9c769a5b8fc03adc2a8808 (patch) | |
tree | 6fc86b35548b5437bd5689d9c67ea5f8528928ab /kturtle | |
parent | a1169b0a85b5be32294601f300f8d22f2312772d (diff) | |
download | tdeedu-89424c41406b53735f9c769a5b8fc03adc2a8808.tar.gz tdeedu-89424c41406b53735f9c769a5b8fc03adc2a8808.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kturtle')
-rw-r--r-- | kturtle/src/kturtle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |