[Xfce4-commits] <midori:master> Add a label 'Spell checking languages:' in front of the spell entry

Christian Dywan noreply at xfce.org
Mon Jan 4 23:44:02 CET 2010


Updating branch refs/heads/master
         to 66d72c915ed86ead823a97972a280285d7080784 (commit)
       from b8037dc9062cfd528dc6df974ab2564e0b578349 (commit)

commit 66d72c915ed86ead823a97972a280285d7080784
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Jan 4 23:38:35 2010 +0100

    Add a label 'Spell checking languages:' in front of the spell entry
    
    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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index f822755..c1a1a5a 100644
--- a/midori/midori-preferences.c
+++ b/midori/midori-preferences.c
@@ -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 "



More information about the Xfce4-commits mailing list