Git commit 83f32a139b04dc8cce6fa7292de0ac8a0279bb69 by Yuri Chornoivan.
Committed on 02/09/2016 at 10:46.
Pushed by yurchor into branch 'master'.

Formatting

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

http://commits.kde.org/digikam-doc/83f32a139b04dc8cce6fa7292de0ac8a0279bb69

diff --git a/digikam/intro-database.docbook b/digikam/intro-database.docbook
index 0fed6f6..fcdf445 100644
--- a/digikam/intro-database.docbook
+++ b/digikam/intro-database.docbook
@@ -6,7 +6,7 @@
 
         <para>
            Everyone knows about database, it is used to store data. As all 
other application programs, &digikam; too uses the database for some obvious 
reasons like avoiding data duplication, reducing data redundancy and greater 
data integrity. Moreover, the cost of data entry, storage and retrieval  are 
drastically reduced. Additionally, any user can access the data using query 
language.
-           Talking in particular about &digikam;, the Albums, Album Roots, 
Tags, Thumbnails, Face Recognition Data, Image Metadata, File Paths, Settings 
etc. are all stored in database. 
+           Talking in particular about &digikam;, the Albums, Album Roots, 
Tags, Thumbnails, Face Recognition Data, Image Metadata, File Paths, Settings 
&etc; are all stored in database. 
         </para>
 
         <para>
@@ -70,7 +70,7 @@
         </para></note>
 
         <para>
-            SQLite database files could be found in your “collection” folder, 
which you have added to digiKam. (By default, if you add your “Pictures” 
collection, the DB files will be present in ~/Pictures folder).
+            SQLite database files could be found in your “collection” folder, 
which you have added to &digikam;. (By default, if you add your “Pictures” 
collection, the DB files will be present in <filename 
class="directory">~/Pictures</filename> folder).
         </para>
 
         <para>

Reply via email to