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

PLUPLOAD_ERR_UPLOAD_LIMIT should be using plurals

XMLWordPrintable

    Error rendering 'com.atlassian.jira.jira-view-issue-plugin:details-module'. Please contact your Jira administrators.

      '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: