utf-8 is already converted by ja_JP extra functions.
[squirrelmail.git] / plugins / squirrelspell / setup.php
index a09f68c1e4fbc513d22805ecf1f4e3dda24d3bdb..fd049cc2982d22569381bc07766a59dfa0c65f18 100644 (file)
@@ -4,7 +4,7 @@
  * -----------
  * Squirrelspell setup file, as defined by the SquirrelMail-1.2 API.
  * 
- * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Copyright (c) 1999-2003 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
@@ -48,9 +48,7 @@ function squirrelspell_optpage_register_block() {
        array(
             'name' => _("SpellChecker Options"),
             'url'  => '../plugins/squirrelspell/sqspell_options.php',
-            'desc' => _("Here you may set up how your personal dictionary "
-                        . "is stored, edit it, or choose which languages "
-                        . "should be available to you when spell-checking."),
+            'desc' => _("Here you may set up how your personal dictionary is stored, edit it, or choose which languages should be available to you when spell-checking."),
             'js'   => TRUE);
   }
 }
@@ -84,5 +82,4 @@ function squirrelspell_setup() {
       . "</script>\n";
   }
 }
-
 ?>