The copyright symbol isn't really needed since the word "copyright" is there. Also...
[squirrelmail.git] / plugins / squirrelspell / modules / options_main.mod
index 92cfb67192f4d1f518e5a1ccf0508b3e389f7b97..42f96300c9a24d70046a9139afbbfbfd345cb06b 100644 (file)
@@ -1,14 +1,15 @@
 <?php
+
 /**
  * options_main.mod
- * ----------------
+ *
  * Squirrelspell module
- * Copyright (c) 1999-2004 The SquirrelMail development 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 1999-2009 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