rg=0
[squirrelmail.git] / plugins / squirrelspell / setup.php
index a09f68c1e4fbc513d22805ecf1f4e3dda24d3bdb..9e562463b5ef78cbf08cb0cd202987b3324a7e57 100644 (file)
@@ -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";
   }
 }
-
 ?>