Summary: | kturtle_using-kturtle: text non consistent with screenshot | ||
---|---|---|---|
Product: | [Websites] docs.kde.org | Reporter: | Ludovic Grossard <grossard> |
Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ludovic Grossard
2006-05-21 22:15:23 UTC
SVN commit 544166 by lueck: fixed inconsistency with the screenshot I will close the bug when I backport all my changes in kdeedu trunk docs to stable CCBUG: 127787 M +1 -1 using-kturtle.docbook --- trunk/KDE/kdeedu/doc/kturtle/using-kturtle.docbook #544165:544166 @@ -15,7 +15,7 @@ </mediaobject> </screenshot> -<para>The main window of &kturtle; has two main parts: <link linkend="the-code-editor">the code editor</link> (3) on the left where you type the &logo; commands, and <link linkend="the-canvas">the canvas</link> (4) on the right where the instructions are visualized. <link linkend="the-canvas">The canvas</link> is the turtle's playground: it is on the canvas that the turtle actually moves and draws. The three other places on the main window are: <link linkend="the-menubar">the menu bar</link> (1) 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, and <link linkend="the-statusbar">the statusbar</link> (5) where you will find feedback on the state of &kturtle;.</para> +<para>The main window of &kturtle; has two main parts: <link linkend="the-code-editor">the code editor</link> (3) on the left where you type the &logo; commands, and <link linkend="the-canvas">the canvas</link> (4) on the right where the instructions are visualized. <link linkend="the-canvas">The canvas</link> is the turtle's playground: it is on the canvas that the turtle actually moves and draws. The three other places on the main window are: <link linkend="the-menubar">the menu bar</link> (1) from where all the actions can be reached, <link linkend="the-toolbar">the toolbar</link> (2) that allows you to quickly select the most used actions, and <link linkend="the-statusbar">the statusbar</link> (5) where you will find feedback on the state of &kturtle;.</para> <sect1 id="the-code-editor"> <title>The Code Editor</title> SVN commit 549991 by lueck: documentation backport from trunk BUG:127787 CCMAIL:kde-doc-english@kde.org CCMAIL:kde-i18n-doc@kde.org M +2 -2 kmplot/introduction.docbook M +1 -1 kturtle/using-kturtle.docbook --- branches/KDE/3.5/kdeedu/doc/kmplot/introduction.docbook #549990:549991 @@ -22,7 +22,7 @@ polar coordinates. Several grid modes are supported. Plots may be printed with high precision in the correct scale.</para> -<para>&kmplot; also provides some numerical and visual features like: +<para>&kmplot; also provides some numerical and visual features like:</para> <itemizedlist> <listitem><para>Filling and calculating the area between the plot and the first axis</para> @@ -37,7 +37,7 @@ </listitem> </itemizedlist> -These features help in learning the +<para>These features help in learning the relationship between mathematical functions and their graphical representation in a coordinate system.</para> --- branches/KDE/3.5/kdeedu/doc/kturtle/using-kturtle.docbook #549990:549991 @@ -15,7 +15,7 @@ </mediaobject> </screenshot> -<para>The main window of &kturtle; has two main parts: <link linkend="the-code-editor">the code editor</link> (3) on the left where you type the &logo; commands, and <link linkend="the-canvas">the canvas</link> (4) on the right where the instructions are visualized. <link linkend="the-canvas">The canvas</link> is the turtle's playground: it is on the canvas that the turtle actually moves and draws. The three other places on the main window are: <link linkend="the-menubar">the menu bar</link> (1) 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, and <link linkend="the-statusbar">the statusbar</link> (5) where you will find feedback on the state of &kturtle;.</para> +<para>The main window of &kturtle; has two main parts: <link linkend="the-code-editor">the code editor</link> (3) on the left where you type the &logo; commands, and <link linkend="the-canvas">the canvas</link> (4) on the right where the instructions are visualized. <link linkend="the-canvas">The canvas</link> is the turtle's playground: it is on the canvas that the turtle actually moves and draws. The three other places on the main window are: <link linkend="the-menubar">the menu bar</link> (1) from where all the actions can be reached, <link linkend="the-toolbar">the toolbar</link> (2) that allows you to quickly select the most used actions, and <link linkend="the-statusbar">the statusbar</link> (5) where you will find feedback on the state of &kturtle;.</para> <sect1 id="the-code-editor"> <title>The Code Editor</title> |