[gnome-control-center] power: ambiguous wifi and mobile broadband labels



commit 643a7a68498376425579610da225ebe35f776cb9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Jun 24 17:37:43 2014 -0500

    power: ambiguous wifi and mobile broadband labels
    
    Currently these switches function the opposite of their descriptions.
    E.g. the wi-fi switch says "turns off wireless devices" which means that
    if the switch is on, wi-fi would go off, but actually the behavior is
    the opposite. Reword the labels to be less confusing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695417

 panels/power/cc-power-panel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/power/cc-power-panel.c b/panels/power/cc-power-panel.c
index 5a2a1cb..02ac564 100644
--- a/panels/power/cc-power-panel.c
+++ b/panels/power/cc-power-panel.c
@@ -1570,7 +1570,7 @@ add_power_saving_section (CcPowerPanel *self)
   gtk_label_set_use_underline (GTK_LABEL (label), TRUE);
   gtk_box_pack_start (GTK_BOX (box2), label, TRUE, TRUE, 0);
 
-  w = gtk_label_new (_("Turns off wireless devices"));
+  w = gtk_label_new (_("Wireless devices require extra power"));
   gtk_widget_set_halign (w, GTK_ALIGN_START);
   gtk_style_context_add_class (gtk_widget_get_style_context (w), GTK_STYLE_CLASS_DIM_LABEL);
   gtk_box_pack_start (GTK_BOX (box2), w, TRUE, TRUE, 0);
@@ -1600,7 +1600,7 @@ add_power_saving_section (CcPowerPanel *self)
   gtk_label_set_use_underline (GTK_LABEL (label), TRUE);
   gtk_box_pack_start (GTK_BOX (box2), label, TRUE, TRUE, 0);
 
-  w = gtk_label_new (_("Turns off mobile broadband (3G, 4G, WiMax, etc.) devices"));
+  w = gtk_label_new (_("Mobile broadband (3G, 4G, WiMax, etc.) devices require extra power"));
   gtk_widget_set_halign (w, GTK_ALIGN_START);
   gtk_style_context_add_class (gtk_widget_get_style_context (w), GTK_STYLE_CLASS_DIM_LABEL);
   gtk_box_pack_start (GTK_BOX (box2), w, TRUE, TRUE, 0);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]