HTML fix
[squirrelmail.git] / plugins / squirrelspell / modules / options_main.mod
index a559bcb0fcd28d3394943f4a73e634651e1c62d4..8b1755a129f300ea8142bf3590830bae02586bde 100644 (file)
@@ -3,7 +3,7 @@
  * options_main.mod
  * ----------------
  * Squirrelspell module
- * Copyright (c) 1999-2004 The SquirrelMail development team
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Default page called when accessing SquirrelSpell's options.
@@ -13,7 +13,7 @@
  * @package plugins
  * @subpackage squirrelspell
  */
-    
+
 global $SQSPELL_APP;
 $msg = '<p>'
   . _("Please choose which options you wish to set up:")
@@ -41,8 +41,8 @@ if (function_exists("mcrypt_generic")) {
     . "</a></li>\n";
 } else {
   $msg .= '<li>'
-    . _("Encrypt or decrypt your personal dictionary") . ' <em>(' 
-    . _("not available") . ')</em></li>';
+    . _("Personal dictionary encryption options are not available") 
+    . '</li>';
 }
 $msg .= "</ul>\n";
 sqspell_makePage( _("SquirrelSpell Options Menu"), null, $msg);
@@ -54,4 +54,4 @@ sqspell_makePage( _("SquirrelSpell Options Menu"), null, $msg);
  * End:
  * vim: syntax=php
  */
-?>
+?>
\ No newline at end of file