X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsetup.php;h=be77225218d27da26aae29536ddc8cd90c98ef28;hp=ff760f6c8b01a16d01e6a77eb38ba91e39620505;hb=ea5f4b8eaf805c4cc4e9533e87d057300a7fe666;hpb=d112ed5aeee62953707e7042a1edc8e8c2b6a968 diff --git a/plugins/squirrelspell/setup.php b/plugins/squirrelspell/setup.php index ff760f6c..be772252 100644 --- a/plugins/squirrelspell/setup.php +++ b/plugins/squirrelspell/setup.php @@ -4,13 +4,15 @@ * ----------- * 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$ * * @author Konstantin Riabitsev ($Author$) * @version $Date$ + * @package plugins + * @subpackage squirrelspell */ /** @@ -48,9 +50,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); } } @@ -73,16 +73,15 @@ function squirrelspell_setup() { * use document.write() so the "Check Spelling" button is not * displayed if js is off in the browser. */ - echo '\n"; } } - ?>