]> spindle.queued.net Git - midori/commitdiff
Expressly say Print background *images*
authorChristian Dywan <christian@twotoasts.de>
Mon, 10 Nov 2008 02:04:35 +0000 (03:04 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 10 Nov 2008 02:04:35 +0000 (03:04 +0100)
midori/midori-preferences.c

index ce657c8dd3cf3d9a33c46323e3e22564b0eda156..ec519aae0b04518f1bea5698a6d99483e9dcf9e7 100644 (file)
@@ -412,7 +412,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     gtk_button_set_label (GTK_BUTTON (button), _("Shrink images automatically"));
     SPANNED_ADD (button, 1, 2, 0, 1);
     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);
     button = katze_property_proxy (settings, "resizable-text-areas", NULL);
     gtk_button_set_label (GTK_BUTTON (button), _("Resizable text areas"));