fixed ngettext formating
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 12 Nov 2005 14:35:28 +0000 (14:35 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 12 Nov 2005 14:35:28 +0000 (14:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10330 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/modules/check_me.mod

index 37f7fd3fe18c9ce89ea82ea796792071ee63cf58..5edcffe63fb438ec82de2366c6925752850cb240 100644 (file)
@@ -339,7 +339,7 @@ if ($errors){
    <tr>
     <td bgcolor="<?php echo $color[9] ?>" align="center">
      <b>
-      <?php printf( ngettext(_("Found %d error"),_("Found %d errors"),$errors), $errors ) ?>
+      <?php printf( ngettext("Found %d error","Found %d errors",$errors), $errors ) ?>
      </b>
     </td>
    </tr>