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/configure_Dialog.ui | |
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 'src/configure_Dialog.ui')
-rw-r--r-- | src/configure_Dialog.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/configure_Dialog.ui b/src/configure_Dialog.ui index 956721a..9083bb4 100644 --- a/src/configure_Dialog.ui +++ b/src/configure_Dialog.ui @@ -1524,10 +1524,10 @@ <cstring>textLabel3_4_3</cstring> </property> <property name="text"> - <string>Sleep button:</string> + <string>Suspend button:</string> </property> <property name="buddy" stdset="0"> - <cstring>cB_SleepButton</cstring> + <cstring>cB_SuspendButton</cstring> </property> </widget> <widget class="TQLabel" row="2" column="0"> @@ -1622,7 +1622,7 @@ </spacer> <widget class="TQComboBox" row="3" column="2"> <property name="name"> - <cstring>cB_SleepButton</cstring> + <cstring>cB_SuspendButton</cstring> </property> <property name="minimumSize"> <size> @@ -2315,7 +2315,7 @@ <slot>general_valueChanged()</slot> </connection> <connection> - <sender>cB_SleepButton</sender> + <sender>cB_SuspendButton</sender> <signal>activated(int)</signal> <receiver>configure_Dialog</receiver> <slot>general_valueChanged()</slot> @@ -2556,7 +2556,7 @@ <tabstop>sB_batCritAction_value</tabstop> <tabstop>cB_PowerButton</tabstop> <tabstop>cB_LidcloseButton</tabstop> - <tabstop>cB_SleepButton</tabstop> + <tabstop>cB_SuspendButton</tabstop> <tabstop>cB_S2DiskButton</tabstop> <tabstop>cB_acScheme</tabstop> <tabstop>cB_batteryScheme</tabstop> |