[Xfce4-commits] [xfce/xfce4-power-manager] 07/09: Battery plugin: Fix case of display brightness menu item
noreply at xfce.org
noreply at xfce.org
Sun Jul 27 13:20:56 CEST 2014
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 465f35bf930edc440ca2ecb168b71543e211572e
Author: Harald Judt <h.judt at gmx.at>
Date: Sat Jul 26 22:03:20 2014 +0200
Battery plugin: Fix case of display brightness menu item
---
panel-plugins/battery/battery-button.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugins/battery/battery-button.c b/panel-plugins/battery/battery-button.c
index 027f5d4..bb85130 100644
--- a/panel-plugins/battery/battery-button.c
+++ b/panel-plugins/battery/battery-button.c
@@ -922,7 +922,7 @@ battery_button_show_menu (BatteryButton *button)
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM(mi), img);
}
- scale_menu_item_set_description_label (SCALE_MENU_ITEM(mi), _("Display Brightness"));
+ scale_menu_item_set_description_label (SCALE_MENU_ITEM(mi), _("Display brightness"));
/* range slider */
button->priv->range = scale_menu_item_get_scale (SCALE_MENU_ITEM (mi));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list