From aafd8df41327a87a5a3e5b5eff3c2ffcad076cfe Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 10 Nov 2008 03:04:35 +0100 Subject: [PATCH] Expressly say Print background *images* --- midori/midori-preferences.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index ce657c8d..ec519aae 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -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"));