Rename 'Spell checking languages' to 'Spelling dictionaries'
This commit is contained in:
parent
b790e73db8
commit
5d5d2517c8
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ 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:"));
|
||||
button = gtk_label_new (_("Spelling dictionaries:"));
|
||||
INDENTED_ADD (button);
|
||||
entry = katze_property_proxy (settings, "spell-checking-languages", NULL);
|
||||
/* i18n: The example should be adjusted to contain a good local default */
|
||||
|
|
Loading…
Reference in a new issue