power: Improve labels for wifi and mobile broadband toggles
Users report the previous labels were still confusing. https://bugzilla.gnome.org/show_bug.cgi?id=695417
This commit is contained in:
parent
cb07ee03a0
commit
7333e08a9b
1 changed files with 2 additions and 2 deletions
|
@ -1695,7 +1695,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 (_("Wireless devices require extra power"));
|
||||
w = gtk_label_new (_("Turn off Wi-Fi to save 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);
|
||||
|
@ -1725,7 +1725,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 (_("Mobile broadband (3G, 4G, WiMax, etc.) devices require extra power"));
|
||||
w = gtk_label_new (_("Turn off mobile broadband (3G, 4G, WiMax, etc.) to save 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);
|
||||
|
|
Loading…
Add table
Reference in a new issue