diff --git a/addons/textfilter/plugin_katetextfilter.cpp b/addons/textfilter/plugin_katetextfilter.cpp --- a/addons/textfilter/plugin_katetextfilter.cpp +++ b/addons/textfilter/plugin_katetextfilter.cpp @@ -260,7 +260,7 @@ // create our one and only action QAction* a = actionCollection()->addAction(QStringLiteral("edit_filter")); - a->setText(i18n("Filter Te&xt...")); + a->setText(i18n("&Filter Through Command...")); actionCollection()->setDefaultShortcut(a, Qt::CTRL + Qt::Key_Backslash); connect(a, &QAction::triggered, plugin, &PluginKateTextFilter::slotEditFilter); diff --git a/addons/textfilter/textfilterplugin.desktop b/addons/textfilter/textfilterplugin.desktop --- a/addons/textfilter/textfilterplugin.desktop +++ b/addons/textfilter/textfilterplugin.desktop @@ -60,7 +60,7 @@ Name[x-test]=xxText Filterxx Name[zh_CN]=文本过滤 Name[zh_TW]=文字過濾器 -Comment=Easy text filtering +Comment=Process text using terminal commands Comment[ar]=ترشيح سهل للنّصوص Comment[ast]=Peñera fácil de testu Comment[bg]=Лесно филтриране на текст diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -2874,14 +2874,14 @@ -Text Filter Plugin +Text Filter Plugin Using the Text Filter Plugin -You can use this plugin to execute shell commands. A selection will -be used as argument for the shell command, the output will either replace the selection -or copied to the clipboard. +You can use this plugin to process selected text using terminal commands. +The selection will be used as input for the command, and the output will either +replace the selection or copied to the clipboard, depending on the user's preference.