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 /src/dummy.cpp | |
parent | e0525e314afe0e2fc58e7be6597541fd2b2ab886 (diff) | |
download | tdepowersave-12e0e750.tar.gz tdepowersave-12e0e750.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 'src/dummy.cpp')
-rw-r--r-- | src/dummy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dummy.cpp b/src/dummy.cpp index 6768fea..4243c94 100644 --- a/src/dummy.cpp +++ b/src/dummy.cpp @@ -95,7 +95,7 @@ class dummy { dummy = i18n("Scheme switched to %1. \n Deactivate following devices: %2").arg("").arg(""); dummy = i18n("Scheme switched to %1. \n Activate following devices: %2").arg("").arg(""); dummy = i18n("Report ..."); - dummy = i18n("Sleep mode is not supported on your machine."); + dummy = i18n("Suspend mode is not supported on your machine."); dummy = i18n("Additionally, please mail the output of %1 to %2 . Thanks!").arg("").arg(""); dummy = i18n("Power consumption"); |