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

plupload.php PLUPLOAD_FILES_QUEUED is not used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • None
    • 3.1.0-b2
    • Language pack
    • None

      The following string in plupload.php should be converted to the new plural system:

      Code: Select all
      'PLUPLOAD_FILES_QUEUED' => '%d files queued',

      Like this:

      Code: Select all
      'PLUPLOAD_FILES_QUEUED' => array(
      1 => '%d file queued',
      2 => '%d files queued',
      ),

            Marc Marc
            GunChleoc GunChleoc [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: