diff options
author | Michele Calgaro <[email protected]> | 2016-04-16 08:27:34 +1000 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-04-16 08:27:34 +1000 |
commit | c9b0912e6a2c6f7341658617fea9061e1e97df51 (patch) | |
tree | 406b74d9a3a0b8866cb3de4a88f835169db77a89 /src/dummy.cpp | |
parent | 8ff104a1a14834876a90c4a9f1718c4e2e927c2d (diff) | |
download | tdepowersave-c9b0912e6a2c6f7341658617fea9061e1e97df51.tar.gz tdepowersave-c9b0912e6a2c6f7341658617fea9061e1e97df51.zip |
Renamed "Suspend to disk" to "Hibernate" and "Suspend to RAM" to "Sleep", to align to main logout menu.
This refers to bug 2602.
Signed-off-by: Michele Calgaro <[email protected]>
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 b1381e5..6768fea 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("Suspend to RAM is not supported on your machine."); + dummy = i18n("Sleep 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"); |