[kde-doc-english] [kate] doc/katepart: fix compile

Dominik Haumann dhaumann at kde.org
Thu Aug 7 11:21:02 UTC 2014


Git commit 156943ad7105547942d3cd81076da1a78fa4b5a8 by Dominik Haumann.
Committed on 07/08/2014 at 11:18.
Pushed by dhaumann into branch 'master'.

fix compile

M  +1    -1    doc/katepart/development.docbook

http://commits.kde.org/kate/156943ad7105547942d3cd81076da1a78fa4b5a8

diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook
index 43b7567..9ec5699 100644
--- a/doc/katepart/development.docbook
+++ b/doc/katepart/development.docbook
@@ -1296,7 +1296,7 @@ The fields for one action are as follows:
 <listitem><para><literal>function</literal> [required]: The function that should appear in the menu <menuchoice><guimenu>Tools</guimenu> <guisubmenu>Scripts</guisubmenu></menuchoice>.</para></listitem>
 <listitem><para><literal>name</literal> [required]: The text appears in the script menu.</para></listitem>
 <listitem><para><literal>icon</literal> [optional]: The icon appears next to the text in the menu. All &kde; icon names can be used here.</para></listitem>
-<listitem><para><literal>category</literal> [optional]: If a category is specified, the script appears in a submenu.</listitem>
+<listitem><para><literal>category</literal> [optional]: If a category is specified, the script appears in a submenu.</para></listitem>
 <listitem><para><literal>shortcut</literal> [optional]: The shortcut given here is the default shortcut. Example: <literal>Ctrl+Alt+t</literal>. See the <ulink url="http://qt-project.org/doc/qt-5/qt.html#Key-enum">Qt documentation</ulink> for further details.</para></listitem>
 <listitem><para><literal>interactive</literal> [optional]: If the script needs user input in the command line, set this to <literal>true</literal>.</para></listitem>
 </itemizedlist>


More information about the kde-doc-english mailing list