6.0.0-alpha12
6/12/25

[#7382] [Show Addresses - %d recipients] in imp/lib/MIME/Headers.php not being translated
Summary [Show Addresses - %d recipients] in imp/lib/MIME/Headers.php not being translated
Queue IMP
Queue Version 4.3-RC2
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester agerhard (at) usp (dot) br
Created 09/24/2008 (6105 days ago)
Due
Updated 09/24/2008 (6105 days ago)
Assigned
Resolved 09/24/2008 (6105 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/24/2008 05:24:41 PM Jan Schneider Comment #3
Assigned to Jan Schneider
State ⇒ Resolved
Reply to this comment
Fixed, thanks.
09/24/2008 05:24:24 PM CVS Commit Comment #2 Reply to this comment
09/24/2008 01:37:43 AM agerhard (at) usp (dot) br Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ [Show Addresses - %d recipients] in imp/lib/MIME/Headers.php not being translated
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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))

Saved Queries