Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#36230 closed defect (bug) (fixed)

Typo in wp-admin/upload.php:254

Reported by: claudiosanches Owned by: SergeyBiryukov
Priority: normal Milestone: 4.5
Component: I18N Version: 4.6
Severity: normal Keywords: has-patch
Cc: Focuses: administration

Description

Hey guys, I just found a small typo on wp-admin/upload.php:254 while translating to pt_BR:

$message = _n( '%s media file detached.', '%s media filse detached.', $detached );

Attachments (1)

upload.diff (645 bytes ) - added by claudiosanches 10 years ago.
fix a typo on wp-admin/upload.php:254

Download all attachments as: .zip

Change History (4)

@claudiosanches
10 years ago

fix a typo on wp-admin/upload.php:254

#1 @claudiosanches
10 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
10 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 36987:

Media: Fix typo introduced in [36887].

Props claudiosanches.
Fixes #36230. See #36089.

#3 @SergeyBiryukov
10 years ago

  • Milestone Awaiting Review4.5
Note: See TracTickets for help on using tickets.