[Xfce4-commits] <midori:master> Rename 'Spell checking languages' to 'Spelling dictionaries'
Christian Dywan
noreply at xfce.org
Wed Jan 6 23:42:01 CET 2010
Updating branch refs/heads/master
to 5d5d2517c85848375732553c9e19bf060ca80709 (commit)
from b790e73db8b6906f3e1cdefde52781154c672b1c (commit)
commit 5d5d2517c85848375732553c9e19bf060ca80709
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Jan 6 21:56:33 2010 +0100
Rename 'Spell checking languages' to 'Spelling dictionaries'
midori/midori-preferences.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index c1a1a5a..75d7a67 100644
--- a/midori/midori-preferences.c
+++ b/midori/midori-preferences.c
@@ -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 */
More information about the Xfce4-commits
mailing list