Opened 6 years ago
Closed 6 years ago
#47038 closed defect (bug) (fixed)
i18n: Merge similar translation strings in meta widget
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Widgets | Keywords: | has-screenshots has-patch |
Focuses: | administration | Cc: |
Description
See the attached patch.
Attachments (2)
Note: See
TracTickets for help on using
tickets.
This is simple fix. We don't really need a context here. I replace
_x()
with a regular__()
function.