diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-25 20:51:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-25 20:51:19 -0500 |
commit | 00ab77467413f0096c229588cc1e4f1501347c45 (patch) | |
tree | f9b8884acbd755a7060549fefa79bcd57952fd83 /kate | |
parent | cd00a59cb4ba8197aebdcb18b84371c25f62e3c0 (diff) | |
download | tdebase-00ab77467413f0096c229588cc1e4f1501347c45.tar.gz tdebase-00ab77467413f0096c229588cc1e4f1501347c45.zip |
Fix write menu option to match associated dialog title.
Diffstat (limited to 'kate')
-rw-r--r-- | kate/app/kwritemain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |