Git commit 16c13cec99a0e424f157ed6ec2d92682b322a017 by Yuri Chornoivan. Committed on 02/08/2013 at 17:52. Pushed by yurchor into branch 'master'.
Fix minor formatting mistakes M +3 -3 doc/index.docbook http://commits.kde.org/skrooge/16c13cec99a0e424f157ed6ec2d92682b322a017 diff --git a/doc/index.docbook b/doc/index.docbook index 99c0535..ee6fd96 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -593,12 +593,12 @@ In all &appname; views, you will find a "filter" field allowing you to search as <sect2 id="csv_specificities"> <title>CSV Specificities</title> <para>Since CSV has no strictly defined format, there is no way for &appname; to know where it is supposed to find dates, categories, values... To do so, &appname; expects your CSV file to contain some headers indicating what is the column for. The file must contain at least columns "Date" and "Amount".</para> -<para><!-- TODO: Put a link to the settings documentation section -->You may manually define how the file is set up (&ie; ignoring the headers in the file) by setting them in the application settings (<guimenu>Settings</guimenu> <guimenuitem>Configure &appname;</guimenuitem>), in the <guilabel>Import / Export</guilabel> section.</para> +<para><!-- TODO: Put a link to the settings documentation section -->You may manually define how the file is set up (&ie; ignoring the headers in the file) by setting them in the application settings (<menuchoice><guimenu>Settings</guimenu> <guimenuitem>Configure &appname;</guimenuitem></menuchoice>), in the <guilabel>Import / Export</guilabel> section.</para> </sect2> <sect2 id="import_operations"> <title>Importing Operations</title> -<para>One of &appname; principles is to avoid multiple wizards or dialog boxes. This is especially true for imports, where other applications require many information from the user. Not &appname;. When selecting <guimenu>File</guimenu><guimenuitem>Import</guimenuitem>, you will be asked to select the files (yes you can import many at once), and that's it. Behind the scene, &appname; will find the file format and apply the relevant import mode.</para> +<para>One of &appname; principles is to avoid multiple wizards or dialog boxes. This is especially true for imports, where other applications require many information from the user. Not &appname;. When selecting <menuchoice><guimenu>File</guimenu><guimenuitem>Import</guimenuitem></menuchoice>, you will be asked to select the files (yes you can import many at once), and that's it. Behind the scene, &appname; will find the file format and apply the relevant import mode.</para> <sect3 id="import_account"> <title>Account</title> @@ -647,7 +647,7 @@ In all &appname; views, you will find a "filter" field allowing you to search as <sect2 id="export_file"> <title>Export all your data in one file</title> -<para>Using the menu <guimenu>File</guimenu> <guimenuitem>Export</guimenuitem>, a CSV or QIF file will be created, containing all operations in the current document. This is the option to choose if you need to export your data to another application.</para> +<para>Using the menu <menuchoice><guimenu>File</guimenu> <guimenuitem>Export</guimenuitem></menuchoice>, a CSV or QIF file will be created, containing all operations in the current document. This is the option to choose if you need to export your data to another application.</para> </sect2> <sect2 id="export_table">
