Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#21131 closed defect (bug) (fixed)

Typo fix for edit-tags.php

Reported by: nao's profile Nao Owned by: markjaquith's profile markjaquith
Milestone: 3.5 Priority: normal
Severity: trivial Version: 3.4
Component: I18N Keywords: has-patch commit
Focuses: Cc:

Description

Here's the tiniest patch ever (?).
Just including a period into the translatable string to avoid it from showing up after the Japanese translation, where "。" is used in place of a period.

Attachments (1)

21131.patch (690 bytes) - added by Nao 13 years ago.
Include a period into i18n string

Download all attachments as: .zip

Change History (3)

@Nao
13 years ago

Include a period into i18n string

#1 @SergeyBiryukov
13 years ago

  • Component changed from Taxonomy to I18N
  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.5

#2 @markjaquith
13 years ago

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

In [21216]:

Periods at the ends of sentences should be in the translated string, not outside it. Fixes an instance of that on the Tags page. props Nao. fixes #21131

Note: See TracTickets for help on using tickets.