summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-08-07 19:37:41 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-08-07 19:37:41 +0200
commitc000073225cafe8f2ed6d30ff4b9ba5351dfbb6b (patch)
tree32f2355f1e27c5faccc907919c7e03ddc2dc77ff /src/fe-gtk/setup.c
parent1613435b8d1cdbc03692d6df0e17c5193c46c4b8 (diff)
last minute typofix
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 17a1b1a5..e07c2c7e 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -152,7 +152,7 @@ static const setting inputbox_settings[] =
 #if defined(USE_GTKSPELL) || defined(USE_LIBSEXY)
 	{ST_TOGGLE, N_("Spell checking"), P_OFFINTNL(gui_input_spell),0,0,0},
 	{ST_ENTRY,	N_("Dictionaries to use:"), P_OFFSETNL(spell_langs),0,0,sizeof prefs.spell_langs},
-	{ST_LABEL,	N_("Use language codes (as in \"share\\locale\"). Separate multiple entries with commas.\nUsing too many dictionaries may cause performance problems.")},
+	{ST_LABEL,	N_("Use language codes (as in \"share\\myspell\\dicts\").\nSeparate multiple entries with commas.")},
 #endif
 
 	{ST_HEADER, N_("Nick Completion"),0,0,0},