Removing hooks where we can from templates; one hook will probably have to stay;...
[squirrelmail.git] / plugins / squirrelspell / modules / options_main.mod
index 5771d99324aae5fa9c818765c93ea0dafab587e1..d3f3978aa284fbbd1d0b95b9ba3101ef38616ff7 100644 (file)
@@ -1,14 +1,15 @@
 <?php
+
 /**
  * options_main.mod
- * ----------------
+ *
  * Squirrelspell module
- * 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.
  *
- * @author Konstantin Riabitsev <icon@duke.edu>
+ * @author Konstantin Riabitsev <icon at duke.edu>
+ * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage squirrelspell
@@ -41,8 +42,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 +55,3 @@ sqspell_makePage( _("SquirrelSpell Options Menu"), null, $msg);
  * End:
  * vim: syntax=php
  */
-?>
\ No newline at end of file