From 00ab77467413f0096c229588cc1e4f1501347c45 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 25 Jun 2012 20:51:19 -0500 Subject: [PATCH] Fix write menu option to match associated dialog title. --- kate/app/kwritemain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kate/app/kwritemain.cpp b/kate/app/kwritemain.cpp index d49d17957..60694d2fc 100644 --- a/kate/app/kwritemain.cpp +++ b/kate/app/kwritemain.cpp @@ -154,7 +154,7 @@ void KWrite::setupActions() actionCollection(), "view_new_view"); a->setWhatsThis(i18n("Create another view containing the current document")); - a=new KAction(i18n("Choose Editor..."),0,TQT_TQOBJECT(this),TQT_SLOT(changeEditor()), + a=new KAction(i18n("Choose Editor Component..."),0,TQT_TQOBJECT(this),TQT_SLOT(changeEditor()), actionCollection(),"settings_choose_editor"); a->setWhatsThis(i18n("Override the system wide setting for the default editing component"));