last minute typofix

This commit is contained in:
berkeviktor@aol.com 2011-08-07 19:37:41 +02:00
parent 1613435b8d
commit c000073225
1 changed files with 1 additions and 1 deletions

View File

@ -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},