X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Flang_setup.mod;h=f1a1d8896499fc2df28fe0b1a2715ea18c8337dd;hp=36c445d69179401099f4dfd610a165cb653de917;hb=5f75494fd15729f94af3122e10802686656418ed;hpb=2b6b400e03d88916613c47ce603dd5ee218c0588 diff --git a/plugins/squirrelspell/modules/lang_setup.mod b/plugins/squirrelspell/modules/lang_setup.mod index 36c445d6..f1a1d889 100644 --- a/plugins/squirrelspell/modules/lang_setup.mod +++ b/plugins/squirrelspell/modules/lang_setup.mod @@ -22,7 +22,7 @@ $msg = '

' . _("Please check any available international dictionaries which you would like to use when spellchecking:") . '

' . '
' - . '' + . '' . '

'; /** * Present a nice listing. @@ -35,18 +35,18 @@ while (list($avail_lang, $junk) = each($SQSPELL_APP)){ $msg .= "\n"; + $msg .= ' /> ' . _($avail_lang) . "
\n"; $add .= "" . _($avail_lang) . "\n"; } $msg .= "

\n" . $add . "\n"; $msg .= "

"; + . _("Make these changes") . " \" />

"; sqspell_makePage(_("Add International Dictionaries"), null, $msg); /** @@ -57,4 +57,4 @@ sqspell_makePage(_("Add International Dictionaries"), null, $msg); * vim: syntax=php */ -?> +?> \ No newline at end of file