Git commit 6c06c91713ffe58c0a2b93954d0b833b852dfe4c by Yuri Chornoivan. Committed on 01/07/2019 at 05:42. Pushed by yurchor into branch 'master'.
Fix the folder names M +1 -1 app/advancedconfigpage.ui M +1 -1 doc/index.docbook https://commits.kde.org/gwenview/6c06c91713ffe58c0a2b93954d0b833b852dfe4c diff --git a/app/advancedconfigpage.ui b/app/advancedconfigpage.ui index bc8dac08..9c8b7fae 100644 --- a/app/advancedconfigpage.ui +++ b/app/advancedconfigpage.ui @@ -48,7 +48,7 @@ <item row="1" column="1"> <widget class="QLabel" name="cacheHelpLabel"> <property name="text"> - <string>Enable this option if you do not have a lot of disk space. This will avoid storing thumbnails on disk and will prefer embedded thumbnails of lower quality that are faster to load, if available.<br/><br/><em>Be careful:</em> this will delete the folder named <filename>.thumbnails</filename> in your cache folder, removing all thumbnails previously generated by Gwenview and other applications.</string> + <string>Enable this option if you do not have a lot of disk space. This will avoid storing thumbnails on disk and will prefer embedded thumbnails of lower quality that are faster to load, if available.<br/><br/><em>Be careful:</em> this will delete the folder named <filename>thumbnails</filename> in your <filename>.cache</filename> folder, removing all thumbnails previously generated by Gwenview and other applications.</string> </property> <property name="wordWrap"> <bool>true</bool> diff --git a/doc/index.docbook b/doc/index.docbook index e645ff1e..39a65adf 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -847,7 +847,7 @@ Link an image.</para></listitem> <term><guilabel>Cache</guilabel></term> <listitem> <para>Enable the <guilabel>Low resource usage mode</guilabel> option if you do not have a lot of disk space. This will avoid storing thumbnails on disk and will prefer embedded thumbnails of lower quality that are faster to load, if available.</para> - <para>Be careful: This will delete the folder named <filename>.thumbnails</filename> in your cache folder, removing all thumbnails previously generated by &gwenview; and other applications.</para> + <para>Be careful: This will delete the folder named <filename>thumbnails</filename> in your <filename>.cache</filename> folder, removing all thumbnails previously generated by &gwenview; and other applications.</para> </listitem> </varlistentry> <varlistentry>
