X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsetup.php;h=fd049cc2982d22569381bc07766a59dfa0c65f18;hp=a09f68c1e4fbc513d22805ecf1f4e3dda24d3bdb;hb=96d985e56dd20e2045e07673fc42e1ad908b398e;hpb=4e37bc1884b7362e2dc8365c4a83dd1916bad9b1 diff --git a/plugins/squirrelspell/setup.php b/plugins/squirrelspell/setup.php index a09f68c1..fd049cc2 100644 --- a/plugins/squirrelspell/setup.php +++ b/plugins/squirrelspell/setup.php @@ -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() { . "\n"; } } - ?>