Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-12049

PLUPLOAD_ERR_UPLOAD_LIMIT should be using plurals

    XMLWordPrintable

Details

    Description

      'PLUPLOAD_ERR_UPLOAD_LIMIT' => 'Upload element accepts only %d file(s) at a time. Extra files were stripped.',

      it should not be so

      'PLUPLOAD_ERR_UPLOAD_LIMIT' => array(
      1 => 'Upload element accepts only %d file at a time. Extra files were stripped.',
      2 => 'Upload element accepts only %d files at a time. Extra files were stripped.',
      ),

      Attachments

        Issue Links

          Activity

            People

              nickvergessen Joas Schilling
              wintstar wintstar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: