[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Improve lid-action strings (Bug #6515)

noreply at xfce.org noreply at xfce.org
Mon Jun 9 17:35:37 CEST 2014


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 8c611fe6d5092e5026123f6428232d68dddd3673
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Jun 9 17:35:32 2014 +0200

    Improve lid-action strings (Bug #6515)
---
 settings/xfpm-settings.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index 126e231..bccd27c 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -849,7 +849,7 @@ xfpm_settings_on_battery (XfconfChannel *channel, gboolean auth_hibernate,
 	gtk_combo_box_set_model (GTK_COMBO_BOX(lid), GTK_TREE_MODEL(list_store));
 	
 	gtk_list_store_append(list_store, &iter);
-	gtk_list_store_set (list_store, &iter, 0, _("Nothing"), 1, LID_TRIGGER_NOTHING, -1);
+	gtk_list_store_set (list_store, &iter, 0, _("Switch off display"), 1, LID_TRIGGER_NOTHING, -1);
 	
 	if ( can_suspend && auth_suspend )
 	{
@@ -1025,7 +1025,7 @@ xfpm_settings_on_ac (XfconfChannel *channel, gboolean auth_suspend,
 	gtk_combo_box_set_model (GTK_COMBO_BOX(lid), GTK_TREE_MODEL(list_store));
 	
 	gtk_list_store_append(list_store, &iter);
-	gtk_list_store_set (list_store, &iter, 0, _("Nothing"), 1, LID_TRIGGER_NOTHING, -1);
+	gtk_list_store_set (list_store, &iter, 0, _("Switch off display"), 1, LID_TRIGGER_NOTHING, -1);
 	
 	if ( can_suspend )
 	{

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list