Git commit d5a6ba6d7dfed8e0b9d0863d39edcf15e5b135ac by Antoni Bella Pérez.
Committed on 21/01/2021 at 09:29.
Pushed by bellaperez into branch 'master'.

doc: punctuation and a GUI sync

M  +2    -2    doc/programming-reference.docbook
M  +3    -3    doc/using-kturtle.docbook

https://invent.kde.org/education/kturtle/commit/d5a6ba6d7dfed8e0b9d0863d39edcf15e5b135ac

diff --git a/doc/programming-reference.docbook 
b/doc/programming-reference.docbook
index cbd10c1..428112d 100644
--- a/doc/programming-reference.docbook
+++ b/doc/programming-reference.docbook
@@ -35,7 +35,7 @@ forward 100
 </screen>
 The first line is a <link linkend="comment">comment</link>. The second line 
contains the <userinput>forward</userinput> command and the <link 
linkend="number">number</link> <userinput>100</userinput>. The number is not 
part of command, it is considered 'input' for the command.</para>
 <para>Some commands like &eg; <userinput>go</userinput> need more than one 
input value. Multiple values have to be separated using the 
<userinput>,</userinput> character (comma).</para>
-<para> For a detailed overview of all commands that &kturtle; supports go 
<link linkend="commands">here</link>. Built-in commands are 
<glossterm>highlighted</glossterm> in dark blue</para>
+<para> For a detailed overview of all commands that &kturtle; supports go 
<link linkend="commands">here</link>. Built-in commands are 
<glossterm>highlighted</glossterm> in dark blue.</para>
 </sect2>
 
 <sect2 id="number">
@@ -230,7 +230,7 @@ Please note that <userinput>$A</userinput> and 
<userinput>$B</userinput> have to
     <varlistentry> 
       <term>forward (fw)<indexterm><primary>forward 
(fw)</primary></indexterm></term>
       <listitem><para><screen>forward X</screen>
-      <userinput>forward</userinput> moves the turtle forward by the amount of 
X pixels. When the pen is down the turtle will leave a trail. 
<userinput>forward</userinput> can be abbreviated to 
<userinput>fw</userinput></para></listitem>
+      <userinput>forward</userinput> moves the turtle forward by the amount of 
X pixels. When the pen is down the turtle will leave a trail. 
<userinput>forward</userinput> can be abbreviated to 
<userinput>fw</userinput>.</para></listitem>
     </varlistentry>
   </variablelist>
   <variablelist>
diff --git a/doc/using-kturtle.docbook b/doc/using-kturtle.docbook
index 4b18c14..7630ee5 100644
--- a/doc/using-kturtle.docbook
+++ b/doc/using-kturtle.docbook
@@ -13,7 +13,7 @@
   </mediaobject>
 </screenshot>
 
-<para>The main window of &kturtle; has three main parts: <link 
linkend="the-editor">the editor</link> (1) on the left where you type the 
&turtlescript; commands, the <link linkend="the-canvas">the canvas</link> (2) 
on the right where the turtle make your drawing, and the <link 
linkend="the-inspector">inspector</link> (3) which gives you information when 
your program executes. Besides these you find <link linkend="the-menubar">the 
menu bar</link> (5) from where all the actions can be reached, <link 
linkend="the-toolbar">the toolbar</link> (4) that allows you to quickly select 
the most used actions, the <guilabel>Console</guilabel>, that you can use to 
enter a one line command to test it, and <link linkend="the-statusbar">the 
statusbar</link> (along the bottom of the window) where you will find feedback 
on the state of &kturtle;.</para>
+<para>The main window of &kturtle; has three main parts: <link 
linkend="the-editor">the editor</link> (1) on the left where you type the 
&turtlescript; commands, the <link linkend="the-canvas">the canvas</link> (2) 
on the right where the turtle make your drawing, and the <link 
linkend="the-inspector">inspector</link> (3) which gives you information when 
your program executes. Besides these you find <link linkend="the-menubar">the 
menu bar</link> (5) from where all the actions can be reached, <link 
linkend="the-toolbar">the toolbar</link> (4) that allows you to quickly select 
the most used actions, the <guilabel>Console:</guilabel> input box, that you 
can use to enter a one line command to test it, and <link 
linkend="the-statusbar">the statusbar</link> (along the bottom of the window) 
where you will find feedback on the state of &kturtle;.</para>
 
 <sect1 id="the-editor">
 <title>The Editor</title>
@@ -497,14 +497,14 @@
     <anchor id="settings-toggle-toolbar" />
     <varlistentry>
       <term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Show 
Toolbar</guimenuitem></menuchoice></term>
-      <listitem><para><action>Toggle</action> the Main 
Toolbar</para></listitem>
+      <listitem><para><action>Toggle</action> the Main 
Toolbar.</para></listitem>
     </varlistentry>
   </variablelist>  
   <variablelist>
     <anchor id="settings-toggle-statusbar" />
     <varlistentry>
       <term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Show 
Statusbar</guimenuitem></menuchoice></term>
-      <listitem><para><action>Toggle</action> the Statusbar</para></listitem>
+      <listitem><para><action>Toggle</action> the Statusbar.</para></listitem>
     </varlistentry>
   </variablelist>
   <variablelist>

Reply via email to