power: Simplify "Mark As Inactive After" string

"Blank Screen" as that's what we're going to do.
This commit is contained in:
Bastien Nocera 2013-02-12 14:54:50 +01:00
parent 4300935968
commit 3cfb948f05

View file

@ -1478,7 +1478,7 @@ add_power_saving_section (CcPowerPanel *self)
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 50);
label = gtk_label_new (_("_Mark As Inactive After"));
label = gtk_label_new (_("_Blank Screen"));
gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
gtk_label_set_use_underline (GTK_LABEL (label), TRUE);
gtk_widget_set_margin_left (label, 20);