Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#29752 closed defect (bug) (fixed)

Additional space creates new string

Reported by: pavelevap's profile pavelevap Owned by:
Milestone: 4.1 Priority: normal
Severity: normal Version: 4.0
Component: I18N Keywords:
Focuses: Cc:

Description

We have strings "Version:" and "Version: " (with space). Attached patch makes only one string (without space).

But maybe it should be all unified with "Version: %s" string (good idea for example for RTL). I can create better patch if there is any need for it...

Attachments (2)

version_space.patch (731 bytes) - added by pavelevap 11 years ago.
29752.patch (733 bytes) - added by pavelevap 11 years ago.

Download all attachments as: .zip

Change History (4)

@pavelevap
11 years ago

#1 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 4.1

But maybe it should be all unified with "Version: %s" string (good idea for example for RTL).

I think it's not necessary, dir="rtl" should handle it correctly.

#2 @SergeyBiryukov
11 years ago

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

[29767] missed the ticket.

Note: See TracTickets for help on using tickets.