Git commit 38ee2b11d90bad521aa01cab6dbd258588ffc60f by Yuri Chornoivan.
Committed on 10/06/2014 at 05:22.
Pushed by yurchor into branch 'master'.

Fix typos, XML, avoid unnecessary duplication

M  +23   -18   doc/index.docbook

http://commits.kde.org/skrooge/38ee2b11d90bad521aa01cab6dbd258588ffc60f

diff --git a/doc/index.docbook b/doc/index.docbook
index 4c8418c..50ec271 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -387,6 +387,7 @@
        
        <para>
          A property can be:
+       </para>
          <itemizedlist>
            
            <listitem>
@@ -417,8 +418,8 @@
                A link to an http page. Example: the website of your bank.
              </para>
            </listitem>
-         </itemizedlist>         
-         
+         </itemizedlist>
+       <para>
          Added properties can be displayed as a column on <link 
linkend="tables">tables</link>
        </para> 
       </sect2>
@@ -627,7 +628,7 @@
        <para>One the following formats may be used:</para>
        
        <itemizedlist>
-           <listitem><para>AFB120:A French norm.</para></listitem>       
+           <listitem><para>AFB120: A French norm.</para></listitem>      
            <listitem><para>CSV: Comma Separated Value. Though not strictly a 
financial format, it is quite often available as an export format from banks or 
other applications, mostly because it is so easy to use in a 
spreadsheet.</para></listitem>
            <listitem><para>GnuCash: Format of the GnuCash application. If you 
want to migrate from this application, this is the recommended format to 
use.</para></listitem>
            <listitem><para>Grisbi: Format of the Grisbi application. If you 
want to migrate from this application, this is the recommended format to 
use.</para></listitem>
@@ -737,6 +738,12 @@
 
     <sect1 id="menu-main">
       <title>The main menu</title>
+      <para>
+       &kappname; follows the standard &kde; menu scheme. So it has many menu 
entries that are common for all &kde; applications. More information on these 
menu entries can be found <ulink url="help:/fundamentals/menus.html">this help 
section</ulink>.
+      </para>
+      <para>
+       Below, you can find descriptions for &kappname;-specific menu entries.
+      </para>
       <sect2 id="menu-file">
        <title>The file menu</title>
        <screenshot>
@@ -746,15 +753,10 @@
        </screenshot>
        
       <itemizedlist>
-       <listitem><para><guimenuitem>New</guimenuitem>: To create a new 
&appname; document</para></listitem>
-       <listitem><para><guimenuitem>Open...</guimenuitem>: To open an existing 
&appname; document</para></listitem>
-       <listitem><para><guimenuitem>Open Revent</guimenuitem>: To open a 
recently opened &appname; document</para></listitem>
-       <listitem><para><guimenuitem>Save</guimenuitem>: To save the current 
document</para></listitem>
-       <listitem><para><guimenuitem>Save As...</guimenuitem>: To save the 
current document with a new name</para></listitem>
        <listitem><para><guimenuitem>Change password...</guimenuitem>: To 
change the password. Let the field empty to remove the 
password</para></listitem>
        <listitem><para><guimenuitem>Print...</guimenuitem>: To print the open 
pages</para></listitem>
-       <listitem><para><guimenuitem>Print  preview</guimenuitem>: To display 
the preview befor printing</para></listitem>
-       <listitem><para><guimenuitem>Import</guimenuitem>: To Import
+       <listitem><para><guimenuitem>Print  preview</guimenuitem>: To display 
the preview before printing</para></listitem>
+       <listitem><para><guimenuitem>Import</guimenuitem>: To import data.
        <screenshot>
          <mediaobject>
            <imageobject><imagedata fileref="menu_import.png"/></imageobject>
@@ -768,7 +770,6 @@
          <listitem><para><guimenuitem>Import currency values...</guimenuitem>: 
To import currency values from files</para></listitem>
          </itemizedlist> </para></listitem>
        <listitem><para><guimenuitem>Export...</guimenuitem>: To <link 
linkend="export_file">export</link> operations into a file</para></listitem>
-       <listitem><para><guimenuitem>Quit</guimenuitem>: To quit 
&appname;</para></listitem>
        </itemizedlist>
       </sect2>   
       
@@ -781,7 +782,8 @@
        </screenshot>
        
       <itemizedlist>
-       </itemizedlist>
+       <listitem><para></para></listitem>
+      </itemizedlist>
       </sect2> 
       
       <sect2 id="menu-view">
@@ -793,7 +795,8 @@
        </screenshot>
        
       <itemizedlist>
-       </itemizedlist>
+       <listitem><para></para></listitem>
+      </itemizedlist>
       </sect2>  
       
       <sect2 id="menu-do">
@@ -809,7 +812,8 @@
          </mediaobject>
        </screenshot>   
       <itemizedlist>
-       </itemizedlist>
+       <listitem><para></para></listitem>
+      </itemizedlist>
       </sect2>      
       
       <sect2 id="menu-tools">
@@ -821,7 +825,8 @@
        </screenshot>
        
       <itemizedlist>
-       </itemizedlist>
+       <listitem><para></para></listitem>
+      </itemizedlist>
       </sect2>     
       
       <sect2 id="menu-settings">
@@ -833,7 +838,8 @@
        </screenshot>
        
       <itemizedlist>
-       </itemizedlist>
+       <listitem><para></para></listitem>
+      </itemizedlist>
       </sect2>         
       
       <sect2 id="menu-help">
@@ -844,8 +850,7 @@
          </mediaobject>
        </screenshot>
        
-      <itemizedlist>
-       </itemizedlist>
+       &help.menu.documentation;
       </sect2>          
     </sect1>
     

Reply via email to