[Tickets #7382] [Show Addresses - %d recipients] in imp/lib/MIME/Headers.php not being translated
bugs at horde.org
bugs at horde.org
Wed Sep 24 01:37:44 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7382
------------------------------------------------------------------------------
Ticket | 7382
Created By | agerhard at usp.br
Summary | [Show Addresses - %d recipients] in
| imp/lib/MIME/Headers.php not being translated
Queue | IMP
Version | 4.3-RC2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
agerhard at usp.br (2008-09-23 21:37) wrote:
Missing translation of [Show Addresses - %d recipients] string.
in line 263, we have:
htmlspecialchars(sprintf("[Show Addresses - %d recipients]", $addr_count))
but it should be:
htmlspecialchars(sprintf(_("[Show Addresses - %d recipients]"), $addr_count))
More information about the bugs
mailing list