power: Minor adjustment in the mobile broadband string
Now it properly follows Nick's suggestion. [skip ci]
This commit is contained in:
parent
37a0b8e04f
commit
c2eaafebc0
1 changed files with 1 additions and 1 deletions
|
@ -1909,7 +1909,7 @@ add_power_saving_section (CcPowerPanel *self)
|
||||||
gtk_label_set_use_underline (GTK_LABEL (label), TRUE);
|
gtk_label_set_use_underline (GTK_LABEL (label), TRUE);
|
||||||
gtk_box_pack_start (GTK_BOX (box2), label, TRUE, TRUE, 0);
|
gtk_box_pack_start (GTK_BOX (box2), label, TRUE, TRUE, 0);
|
||||||
|
|
||||||
w = gtk_label_new (_("Mobile broadband (LTE, 3G, 4G, etc.) can be turned off to save power."));
|
w = gtk_label_new (_("Mobile broadband (LTE, 4G, 3G, etc.) can be turned off to save power."));
|
||||||
gtk_widget_set_halign (w, GTK_ALIGN_START);
|
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_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);
|
gtk_box_pack_start (GTK_BOX (box2), w, TRUE, TRUE, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue