summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:05:46 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:05:46 -0500
commit1987e947128f9fed98dad44a4f336db8081311de (patch)
treef1216e09b912e791912cec2b8677d44bee41cf79 /kate
parent4c17a41f90e65ef6860a23613c760956066f50c1 (diff)
downloadtdebase-1987e947128f9fed98dad44a4f336db8081311de.tar.gz
tdebase-1987e947128f9fed98dad44a4f336db8081311de.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kate')
-rw-r--r--kate/app/katemainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/app/katemainwindow.cpp b/kate/app/katemainwindow.cpp
index 4b1b47a5a..cc19881cb 100644
--- a/kate/app/katemainwindow.cpp
+++ b/kate/app/katemainwindow.cpp
@@ -608,7 +608,7 @@ void KateMainWindow::mSlotFixOpenWithMenu()
if ((*it)->name() == "Kate") continue;
documentOpenWith->popupMenu()->insertItem( SmallIcon( (*it)->icon() ), (*it)->name() );
}
- // append "Other..." to call the KDE "open with" dialog.
+ // append "Other..." to call the TDE "open with" dialog.
documentOpenWith->popupMenu()->insertItem(i18n("&Other..."));
}