Git commit 34d6917f46a37e6c8da9930ba353dc12b15260b5 by Burkhard Lück. Committed on 21/06/2018 at 07:21. Pushed by lueck into branch 'master'.
update trash docbook to 5.48 reflect gui changes in https://phabricator.kde.org/D12986 Differential Revision: https://phabricator.kde.org/D13226 M +7 -7 docs/kcontrol5/trash/index.docbook https://commits.kde.org/kio/34d6917f46a37e6c8da9930ba353dc12b15260b5 diff --git a/docs/kcontrol5/trash/index.docbook b/docs/kcontrol5/trash/index.docbook index c3815115..6866d7fd 100644 --- a/docs/kcontrol5/trash/index.docbook +++ b/docs/kcontrol5/trash/index.docbook @@ -12,8 +12,8 @@ <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> -<date>2016-11-10</date> -<releaseinfo>Frameworks 5.29</releaseinfo> +<date>2018-05-31</date> +<releaseinfo>Frameworks 5.48</releaseinfo> <keywordset> <keyword>KDE</keyword> @@ -27,7 +27,7 @@ This module allows you to configure the settings for the trash. </para> <variablelist> -<varlistentry><term><guilabel>Delete files older than</guilabel></term> +<varlistentry><term><guilabel>Cleanup</guilabel></term> <listitem><para> Check this box to allow automatic deletion of files that are older than the value specified. Leave this disabled to <emphasis>not</emphasis> @@ -37,14 +37,14 @@ older than this will be automatically deleted. </para></listitem> </varlistentry> -<varlistentry><term><guilabel>Limit to maximum size</guilabel></term> +<varlistentry><term><guilabel>Size</guilabel></term> <listitem><para> Check this box to limit the trash to the maximum amount of disk space -that you specify below. Otherwise, it will be unlimited. +that you specify. Otherwise, it will be unlimited. </para></listitem> </varlistentry> -<varlistentry><term><guilabel>Maximum size</guilabel></term> +<varlistentry><term><guilabel>Limit to</guilabel></term> <listitem><para> This is the maximum percent of disk space that will be used for the trash. The calculated amount of disk space that will be allowed for @@ -52,7 +52,7 @@ the trash is displayed right of the spinbox. </para></listitem> </varlistentry> -<varlistentry><term><guilabel>When limit reached</guilabel></term> +<varlistentry><term><guilabel>Full trash</guilabel></term> <listitem><para> When the size limit is reached, the selected action will be performed, either the oldest or biggest files will be deleted automatically
