diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-04 00:26:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-04 00:26:20 +0900 |
commit | 12e0e7507ba21c17d6209091c682b9e7f71ad028 (patch) | |
tree | 90cd5330aa7c356a66db0afee1c41008e861a783 /doc | |
parent | e0525e314afe0e2fc58e7be6597541fd2b2ab886 (diff) | |
download | tdepowersave-12e0e7507ba21c17d6209091c682b9e7f71ad028.tar.gz tdepowersave-12e0e7507ba21c17d6209091c682b9e7f71ad028.zip |
Renamed Sleep to Suspend, following discussion on a more consistent
naming convention for shutdown actions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/index.docbook | 4 | ||||
-rw-r--r-- | doc/doxy/changelog.dox | 2 | ||||
-rw-r--r-- | doc/en/index.docbook | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/de/index.docbook b/doc/de/index.docbook index 02ce1ad..443efe4 100644 --- a/doc/de/index.docbook +++ b/doc/de/index.docbook @@ -185,7 +185,7 @@ Entries which require special treatment are marked with comments starting with ' <para> Sie können das System jederzeit mit Rechtsklick auf das TDEPowersave Symbol und das Auswählen von <guimenu>Hibernate</guimenu>, - <guimenu>Sleep</guimenu>, oder <guimenu>Stand-by</guimenu> + <guimenu>Suspend</guimenu>, oder <guimenu>Stand-by</guimenu> (wenn dies von Ihrem Gerät unterstützt wird) suspendieren bzw. in den Stand-by Zustand versetzen. </para> @@ -200,7 +200,7 @@ Entries which require special treatment are marked with comments starting with ' </listitem> <listitem> <para> - Sleep sichert die Daten in den Hauptspeicher. Dadurch wird das + Suspend sichert die Daten in den Hauptspeicher. Dadurch wird das Aufwecken des Computers schneller als bei Hibernate. </para> </listitem> diff --git a/doc/doxy/changelog.dox b/doc/doxy/changelog.dox index 2813a67..d1c2cf6 100644 --- a/doc/doxy/changelog.dox +++ b/doc/doxy/changelog.dox @@ -10,7 +10,7 @@ * policy for each scheme) * - general settings (define battery warning levels and actions if a level reached as e.g. * Suspend to disk/Shutdown or change the display brightness, configure actions for button - events (Power/Lid/Suspend/Sleep buttons), define the default AC and battery schemes) + events (Power/Lid/Suspend/Suspend buttons), define the default AC and battery schemes) * - show the power consumtion of the battery in the detailed info dialog * - umount external media before suspend (need a patch of the KDE media manager) to avoid data * loss and remount on resume diff --git a/doc/en/index.docbook b/doc/en/index.docbook index d3bf938..e8303f4 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -176,7 +176,7 @@ Entries which require special treatment are marked with comments starting with ' <para> You can suspend the system at any time by right-clicking the TDEPowersave icon and selecting <guimenu>Hibernate</guimenu>, - <guimenu>Sleep</guimenu>, or + <guimenu>Suspend</guimenu>, or <guimenu>Standby</guimenu> (if standby is supported by the computer). </para> @@ -190,7 +190,7 @@ Entries which require special treatment are marked with comments starting with ' </listitem> <listitem> <para> - Sleep saves the data to RAM, making data retrieval faster when + Suspend saves the data to RAM, making data retrieval faster when the computer is brought out of suspend mode. </para> </listitem> |