From f8b10d85137dc28c5ed9c21abd8a544f06f94a14 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 29 Apr 2009 17:35:36 +0200 Subject: [PATCH] Add example to the spell checking language tooltip --- 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 fcb0f43d..d46dd413 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -522,7 +522,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences, gtk_widget_set_tooltip_text (button, _("Enables spell checking while typing")); INDENTED_ADD (button, 0, 1, 0, 1); entry = katze_property_proxy (settings, "spell-checking-languages", NULL); - gtk_widget_set_tooltip_text (entry, _("A comma separated list of languages to be used for spell checking")); + gtk_widget_set_tooltip_text (entry, _("A comma separated list of languages to be used for spell checking, for example \"en_GB,de_DE\"")); FILLED_ADD (entry, 1, 2, 0, 1); #endif