Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-12049

PLUPLOAD_ERR_UPLOAD_LIMIT should be using plurals

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.0-a3
    • 3.1.0-a2
    • Language pack
    • None

      '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.',
      ),

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

              Created:
              Updated:
              Resolved: