Opened 12 years ago
Closed 12 years ago
#23799 closed defect (bug) (fixed)
Twenty Thirteen: Untranslatable string in image.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
The "View full X × Y resolution" string in image.php in Twenty Thirteen is untranslatable.
The attached patch fixes it.
Attachments (6)
Change History (13)
#2
@
12 years ago
Looks like I accidentally flipped the order in the printf in 23799.2.patch. The URL should be first, title second, anchor third. I'll fix it in a little while.
#3
@
12 years ago
I think the "view full resolution" should leave out the dimensions entirely, just simplify the text a bit.
#4
@
12 years ago
Was thinking more like .5 patch -- the width and height can be output but don't need to be translated.
Note: See
TracTickets for help on using
tickets.
23799.2.patch takes a more structured approach, so we can avoid having all that extra markup in the string. Also converts the height and width specifiers to decimal.