HTML fix
[squirrelmail.git] / plugins / squirrelspell / modules / options_main.mod
index 8ebe5193f19f5d1c69627442428df62466f536d9..8b1755a129f300ea8142bf3590830bae02586bde 100644 (file)
@@ -3,17 +3,17 @@
  * options_main.mod
  * ----------------
  * Squirrelspell module
- * Copyright (c) 1999-2003 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.
  *
- *  $Id$
- *
- * @author Konstantin Riabitsev <icon@duke.edu> ($Author$)
- * @version $Date$
+ * @author Konstantin Riabitsev <icon@duke.edu>
+ * @version $Id$
+ * @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