summaryrefslogtreecommitdiffstats
path: root/kate/app/katemainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/app/katemainwindow.cpp')
-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..."));
}