Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#32327 closed defect (bug) (fixed)

Duplicate error strings

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

Description

There are following strings with the same meaning and values.

XML error: %s at line %d
XML Error: %1$s at line %2$s
Error: %s
ERROR: %s

We can combine them, I guess. See patch with example (not sure about the right choice).

Attachments (1)

error_strings.patch (1.1 KB) - added by pavelevap 9 years ago.

Download all attachments as: .zip

Change History (6)

#1 @ocean90
9 years ago

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

In 32471:

Merge similar error strings.

props pavelevap.
fixes #32327.

#2 @ocean90
9 years ago

  • Milestone changed from Awaiting Review to 4.3

#3 @ocean90
9 years ago

  • Version trunk deleted

#4 @pavelevap
9 years ago

Sorry, I chose the wrong way :-(

#5 @ocean90
9 years ago

@pavelevap No worries, keep it up! :)

Note: See TracTickets for help on using tickets.