Moving HTML out of strings and updating some tags to XHTML
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me.mod
index f33a69f1770d04f516b952e21ab1a1396178316f..129c3af9aa4ace4f74514ecd0d0748e37970baf7 100644 (file)
@@ -29,7 +29,7 @@ if (sizeof($words_ary)){
   $words=sqspell_getWords();
   $lang_words = sqspell_getLang($words, $sqspell_use_app);
   $msg = '<p>'
-     . sprintf(_("Deleting the following entries from <strong>%s</strong> dictionary:"), $sqspell_use_app)
+     . sprintf(_("Deleting the following entries from %s dictionary:"), '<strong>'.$sqspell_use_app.'</strong>')
      . '</p>'
      . "<ul>\n";
   for ($i=0; $i<sizeof($words_ary); $i++){