Expressly say Print background *images*
This commit is contained in:
parent
1b148cca67
commit
aafd8df413
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
|
||||||
gtk_button_set_label (GTK_BUTTON (button), _("Shrink images automatically"));
|
gtk_button_set_label (GTK_BUTTON (button), _("Shrink images automatically"));
|
||||||
SPANNED_ADD (button, 1, 2, 0, 1);
|
SPANNED_ADD (button, 1, 2, 0, 1);
|
||||||
button = katze_property_proxy (settings, "print-backgrounds", NULL);
|
button = katze_property_proxy (settings, "print-backgrounds", NULL);
|
||||||
gtk_button_set_label (GTK_BUTTON (button), _("Print backgrounds"));
|
gtk_button_set_label (GTK_BUTTON (button), _("Print background images"));
|
||||||
INDENTED_ADD (button, 0, 1, 1, 2);
|
INDENTED_ADD (button, 0, 1, 1, 2);
|
||||||
button = katze_property_proxy (settings, "resizable-text-areas", NULL);
|
button = katze_property_proxy (settings, "resizable-text-areas", NULL);
|
||||||
gtk_button_set_label (GTK_BUTTON (button), _("Resizable text areas"));
|
gtk_button_set_label (GTK_BUTTON (button), _("Resizable text areas"));
|
||||||
|
|
Loading…
Reference in a new issue