]> spindle.queued.net Git - midori/commitdiff
Correct 'Enables spell checking' to 'Enable spell checking'
authorChristian Dywan <christian@twotoasts.de>
Wed, 29 Apr 2009 15:44:12 +0000 (17:44 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 29 Apr 2009 15:44:12 +0000 (17:44 +0200)
midori/midori-preferences.c

index d46dd413ee7e9624af08614a3ba45b643e61a360..32c9aaaa8f40cc40efcca43174caffe406474a53 100644 (file)
@@ -519,7 +519,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     TABLE_NEW (1, 2);
     button = katze_property_proxy (settings, "enable-spell-checking", NULL);
     gtk_button_set_label (GTK_BUTTON (button), _("Enable Spell Checking"));
-    gtk_widget_set_tooltip_text (button, _("Enables spell checking while typing"));
+    gtk_widget_set_tooltip_text (button, _("Enable 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, for example \"en_GB,de_DE\""));