power: Minor adjustment in the mobile broadband string

Now it properly follows Nick's suggestion.

[skip ci]
This commit is contained in:
Georges Basile Stavracas Neto 2018-07-23 11:24:12 -03:00
parent 37a0b8e04f
commit c2eaafebc0

View file

@ -1909,7 +1909,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 (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_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);