[digikam-doc] digikam: Fix minor issues

Yuri Chornoivan yurchor at ukr.net
Fri Sep 2 12:01:02 UTC 2016


Git commit dfbaf36a6b1b09a4053702cf2f3fe972e8b86e2a by Yuri Chornoivan.
Committed on 02/09/2016 at 12:00.
Pushed by yurchor into branch 'master'.

Fix minor issues

M  +2    -2    digikam/intro-database.docbook

http://commits.kde.org/digikam-doc/dfbaf36a6b1b09a4053702cf2f3fe972e8b86e2a

diff --git a/digikam/intro-database.docbook b/digikam/intro-database.docbook
index fcdf445..9140229 100644
--- a/digikam/intro-database.docbook
+++ b/digikam/intro-database.docbook
@@ -37,7 +37,7 @@
         <title>The Sqlite Database</title>
 
         <para>
-            SQLite is a relational database management system, contained in C programming library. SQLite is not directly comparable to client/server SQL database engines such as MySQL, Oracle or PostgreSQL. Rather, it is an embedded SQL database engine, i.e. it is embedded in an end program. SQLite reads and writes directly to ordinary disk files.For device-local storage with low writer concurrency and less than a terabyte of content, SQLite is almost always a better solution. SQLite is fast and reliable and it requires no configuration or maintenance. It keeps thing simple. SQLite "just works".
+            SQLite is a relational database management system, contained in C programming library. SQLite is not directly comparable to client/server SQL database engines such as MySQL, Oracle or PostgreSQL. Rather, it is an embedded SQL database engine, &ie; it is embedded in an end program. SQLite reads and writes directly to ordinary disk files. For device-local storage with low writer concurrency and less than a terabyte of content, SQLite is almost always a better solution. SQLite is fast and reliable and it requires no configuration or maintenance. It keeps thing simple. SQLite "just works".
         </para>
 
         <para>
@@ -228,7 +228,7 @@
         </para>
 
         <para>
-            To migrate to another database, go to <guimenu>Settings</guimenu> | <guimenuitem>Migration</guimenuitem>. A dialog box appears:
+            To migrate to another database, go to <menuchoice><guimenu>Settings</guimenu> <guimenuitem>Migration</guimenuitem></menuchoice>. A dialog box appears:
         </para>
 
         <para>


More information about the kde-doc-english mailing list