diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:04:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:04:27 -0500 |
commit | cfd4a7e4ea2276df469207aa5041cec412861493 (patch) | |
tree | e152ba128e844e80ea4f077636d3c401d489afd1 /kate/app | |
parent | dc609a23cd52d860cc7a07605b77cce92b68c146 (diff) | |
download | tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.tar.gz tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kate/app')
-rw-r--r-- | kate/app/kwritemain.cpp | 4 |
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); } |