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

plupload.php PLUPLOAD_FILES_QUEUED is not used

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Fix
    • 3.1.0-b2
    • None
    • Language pack
    • None

    Description

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: