[rkward] doc/rkwardplugins: Fix minor typos, break long messages to ease up translation

Yuri Chornoivan null at kde.org
Fri Dec 30 10:36:51 UTC 2016


Git commit 90d104069be8ef9b171d65ccf91642060d9cd1cf by Yuri Chornoivan.
Committed on 30/12/2016 at 10:36.
Pushed by yurchor into branch 'master'.

Fix minor typos, break long messages to ease up translation

M  +8    -8    doc/rkwardplugins/index.docbook

https://commits.kde.org/rkward/90d104069be8ef9b171d65ccf91642060d9cd1cf

diff --git a/doc/rkwardplugins/index.docbook b/doc/rkwardplugins/index.docbook
index e95e674f..481f1a00 100644
--- a/doc/rkwardplugins/index.docbook
+++ b/doc/rkwardplugins/index.docbook
@@ -3316,7 +3316,7 @@ made checkable, thus acting like a simple check box at the same time.
 	</varlistentry>
 	<varlistentry>
 	<term><parameter>horiz_headers</parameter></term>
-	<listitem><para>Strings to ues for the horizontal header, separated by ";". The header will be hidden, if set to "". (optional, defaults to column number).</para></listitem>
+	<listitem><para>Strings to use for the horizontal header, separated by ";". The header will be hidden, if set to "". (optional, defaults to column number).</para></listitem>
 	</varlistentry>
 	<varlistentry>
 	<term><parameter>vert_headers</parameter></term>
@@ -4141,7 +4141,7 @@ different types, using modifiers may lead to errors. For <replaceable>fixed_valu
 </varlistentry>
 <varlistentry>
 <term><dependencies></term>
-<listitem><para>This element, specifying dependencies, is allowed as a direct child of the <document> element (once), and as a child of <component> elements (once for each <component> element). Specifies the dependencies that must be met in order to use the plugin(s). See the <link linkend="chapter_dependencies">chapter on dependencies</link> for an overview. Attributes:
+<listitem><para>This element, specifying dependencies, is allowed as a direct child of the <document> element (once), and as a child of <component> elements (once for each <component> element). Specifies the dependencies that must be met in order to use the plugin(s). See the <link linkend="chapter_dependencies">chapter on dependencies</link> for an overview. Attributes:</para>
 	<variablelist>
 	<varlistentry>
 	<term>rkward_min_version, rkward_max_version</term>
@@ -4152,7 +4152,7 @@ different types, using modifiers may lead to errors. For <replaceable>fixed_valu
 	<listitem><para>Minimum and maximum allowed version of &rkward;. Version specifications may <emphasis>not</emphasis> include non-numeric suffixes, like "0.5.7z-devel1". The R version dependency will be shown on the plugins' help pages, but does not have any direct effect, as of &rkward; 0.6.1. <link linkend="sect_dependencies_r_version">More information</link>. Optional; if not specified, no minimum / maximum version of &r; will be required.</para></listitem>
 	</varlistentry>
 	</variablelist>
-Child elements:
+<para>Child elements:</para>
 	<variablelist>
 	<varlistentry>
 	<term><package></term>
@@ -4193,11 +4193,11 @@ Child elements:
 	</para></listitem>
 	</varlistentry>
 	</variablelist>
-</para></listitem>
+</listitem>
 </varlistentry>
 <varlistentry>
 <term><about></term>
-<listitem><para>May be present exactly once as a direct child of the <document> element. Contains meta information on the &pluginmap; (or plugin). See the <link linkend="chapter_about_information">chapter on 'about' information</link> for an overview. Attributes:
+<listitem><para>May be present exactly once as a direct child of the <document> element. Contains meta information on the &pluginmap; (or plugin). See the <link linkend="chapter_about_information">chapter on 'about' information</link> for an overview. Attributes:</para>
 	<variablelist>
 	<varlistentry>
 	<term>name</term>
@@ -4232,7 +4232,7 @@ Child elements:
 	<listitem><para>Category of plugin(s), ⪚ "Item response theory". As of &rkward; 0.6.1, no categories are predefined. Optional.</para></listitem>
 	</varlistentry>
 	</variablelist>
-Child elements:
+<para>Child elements:</para>
 	<variablelist>
 	<varlistentry>
 	<term><author></term>
@@ -4258,7 +4258,7 @@ Child elements:
 	</para></listitem>
 	</varlistentry>
 	</variablelist>
-</para></listitem>
+</listitem>
 </varlistentry>
 <varlistentry>
 <term><components></term>
@@ -4529,7 +4529,7 @@ Child elements:
 <listitem><para>An array of RObject instances. An instance of this class can be obtained by using <command>makeRObjectArray(objectnames)</command>. It is particularly useful when dealing with varslots which allow to select multiple objects.</para></listitem>
 </varlistentry>
 <varlistentry><term>include()-function</term>
-<listitem><para><command>include(filename)</command>can be used to include a separate JS file.</para></listitem>
+<listitem><para><command>include(filename)</command> can be used to include a separate JS file.</para></listitem>
 </varlistentry>
 <varlistentry><term>doRCommand()-function</term>
 <listitem><para><command>doRCommand(command, callback)</command> can be used to query R for information. Please read the section on <link linkend="querying_r_for_info">querying R from inside a plugin</link> for details, and caveats.</para></listitem>


More information about the kde-doc-english mailing list