]> spindle.queued.net Git - midori/commitdiff
Point out that translators should adjust the spell check example
authorChristian Dywan <christian@twotoasts.de>
Tue, 12 May 2009 00:30:00 +0000 (02:30 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 12 May 2009 00:30:00 +0000 (02:30 +0200)
midori/midori-preferences.c

index c15522e43d3316251ab588eade9358a2c2951329..b3f22e43340ef40db3ce5176165817997f977c1c 100644 (file)
@@ -522,6 +522,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     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);
+    /* i18n: The example should be adjusted to contain a good local default */
     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