]> spindle.queued.net Git - midori/commitdiff
Add a label 'Spell checking languages:' in front of the spell entry
authorChristian Dywan <christian@twotoasts.de>
Mon, 4 Jan 2010 22:38:35 +0000 (23:38 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 4 Jan 2010 22:42:30 +0000 (23:42 +0100)
The entry by itself is confusing to many users, and a label is better
than nothing while we don't have a better interface.

midori/midori-preferences.c

index f8227558d1d9003eb4e167d88f16040ea51e6330..c1a1a5a9ff85ccb774d61e3ef059d0eda8487e60 100644 (file)
@@ -417,6 +417,8 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     gtk_button_set_label (GTK_BUTTON (button), _("Enable Spell Checking"));
     gtk_widget_set_tooltip_text (button, _("Enable spell checking while typing"));
     INDENTED_ADD (button);
+    button = gtk_label_new (_("Spell checking languages:"));
+    INDENTED_ADD (button);
     entry = katze_property_proxy (settings, "spell-checking-languages", NULL);
     /* i18n: The example should be adjusted to contain a good local default */
     gtk_widget_set_tooltip_text (entry, _("A comma separated list of "