X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Ftranslate%2Fsetup.php;h=c01cebcae2c3e92ab5f758786134e75ea54a2aa5;hb=625c8b787b79d07a1e53ba05213f66451d73651e;hp=1aa616afc3c48bbc5d9558cb20d0cd7c68f6e16a;hpb=15e6162eacc97158393bc75aed3afeb7b19c24a6;p=squirrelmail.git diff --git a/plugins/translate/setup.php b/plugins/translate/setup.php index 1aa616af..c01cebca 100644 --- a/plugins/translate/setup.php +++ b/plugins/translate/setup.php @@ -60,8 +60,8 @@ function translate_read_form() { if (is_int($pos)) { $new_body = substr($new_body, 0, $pos); } - - $trans = get_html_translation_table('HTMLENTITIES'); + + $trans = get_html_translation_table(HTML_ENTITIES); $trans[' '] = ' '; $trans = array_flip($trans); $new_body = strtr($new_body, $trans); @@ -481,7 +481,7 @@ function translate_form_dictionary($message) { sprintf( _("%s to %s"), _("Spanish"), _("English"))) . - '<\SELECT>'. + ''. 'Dictionary.com: '; translate_table_end();