https://bugzilla.wikimedia.org/show_bug.cgi?id=54378

Andre Klapper <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |Low
             Status|UNCONFIRMED                 |NEW
            Version|wmf-deployment              |1.22-git
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
          Component|General/Unknown             |Uploading
     Ever confirmed|0                           |1
            Summary|OGG and OGV are listed      |OGG and OGV are listed
                   |twice on the Upload page    |twice as "Permitted file
                   |                            |types" on Special:Upload
            Product|Wikimedia                   |MediaWiki
           Severity|normal                      |trivial

--- Comment #1 from Andre Klapper <[email protected]> ---
Thanks for taking the time to report this! Confirming.

I wonder if that happens because once it refers to audio, and once to video.

$:andre\> grep -r "Permitted file types" .
./languages/messages/MessagesEn.php:
      'upload-permitted'            => 'Permitted file types: $1.',
$:andre\> grep -r "upload-permitted" .
./includes/specials/SpecialUpload.php:
  $this->msg( 'upload-permitted',
$this->getContext()->getLanguage()->commaList( $wgFileExtensions )
)->parseAsBlock() .

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to