Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#36230 closed defect (bug) (fixed)

Typo in wp-admin/upload.php:254

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

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 9 years ago.
fix a typo on wp-admin/upload.php:254

Download all attachments as: .zip

Change History (4)

@claudiosanches
9 years ago

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

#1 @claudiosanches
9 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
9 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 36987:

Media: Fix typo introduced in [36887].

Props claudiosanches.
Fixes #36230. See #36089.

#3 @SergeyBiryukov
9 years ago

  • Milestone changed from Awaiting Review to 4.5
Note: See TracTickets for help on using tickets.