Git commit 11cc1c5890291cd95576a3036e3efb1876db65db by Yuri Chornoivan. Committed on 03/09/2016 at 14:26. Pushed by yurchor into branch 'master'.
More fixes M +2 -2 digikam/intro-database.docbook M +2 -2 showfoto/index.docbook http://commits.kde.org/digikam-doc/11cc1c5890291cd95576a3036e3efb1876db65db diff --git a/digikam/intro-database.docbook b/digikam/intro-database.docbook index e835d2f..579e3d6 100644 --- a/digikam/intro-database.docbook +++ b/digikam/intro-database.docbook @@ -158,11 +158,11 @@ <title>The MySQL Internal Server</title> <para> - While using a large collection, of size greater than 10,000, the application tends to slow down. To avoid the delay and maintain efficiency, &digikam; provides option of using “MySQL Internal Server”. To be clear, this isn’t an actual server, or a public network. Instead, it a server that runs only while application is running. + While using a large collection, of size greater than 10,000, the application tends to slow down. To avoid the delay and maintain efficiency, &digikam; provides option of using “MySQL Internal Server”. To be clear, this isn’t an actual server, or a public network. Instead, it is a server that runs only while application is running. </para> <para> - Internal server creates a separate database that can be accessed (only while application is running) using the command: <command>mysql --socket=/home/[user_name]/.local/share/digikam/db_misc/mysql.socket digikam </command> + Internal server creates a separate database that can be accessed (only while application is running) using the command: <command>mysql --socket=/home/<replaceable>[user_name]</replaceable>/.local/share/digikam/db_misc/mysql.socket digikam </command> </para> <para> diff --git a/showfoto/index.docbook b/showfoto/index.docbook index 7f7fa62..0fe1d49 100644 --- a/showfoto/index.docbook +++ b/showfoto/index.docbook @@ -242,11 +242,11 @@ </para> <para> - With the <guilabel>Show image Format</guilabel> setting, you can show image format over image thumbar thumbnail. + With the <guilabel>Show image Format</guilabel> setting, you can show image format over image thumbbar thumbnail. </para> <para> - With the <guilabel>Show Geolocation Indicator</guilabel> setting, you can show over image thumbar thumbnail an indication if image has geolocation information. + With the <guilabel>Show Geolocation Indicator</guilabel> setting, you can show over image thumbbar thumbnail an indication if image has geolocation information. </para> </sect3>
