summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:04:27 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:04:27 -0500
commitcfd4a7e4ea2276df469207aa5041cec412861493 (patch)
treee152ba128e844e80ea4f077636d3c401d489afd1 /kate
parentdc609a23cd52d860cc7a07605b77cce92b68c146 (diff)
downloadtdebase-cfd4a7e4ea2276df469207aa5041cec412861493.tar.gz
tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kate')
-rw-r--r--kate/app/kwritemain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/app/kwritemain.cpp b/kate/app/kwritemain.cpp
index b956b4bcc..d49d17957 100644
--- a/kate/app/kwritemain.cpp
+++ b/kate/app/kwritemain.cpp
@@ -79,8 +79,8 @@ KWrite::KWrite (KTextEditor::Document *doc)
{
if ( !(doc = 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);
}