[Tickets #11925] Re: Translation issues

noreply at bugs.horde.org noreply at bugs.horde.org
Sun Jan 6 21:41:31 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11925
------------------------------------------------------------------------------
  Ticket             | 11925
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Translation issues
  Queue              | IMP
  Version            | Git develop
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2013-01-06 14:41) wrote:

>>>  - dynamic view, tooltip for message parts is generated using two
>>> strings - this is doing problems
>>
>> I don't know what this refers to.  The "View [filename]" text is
>> generated via a single string in IMP_Contents.  That's the only
>> tooltip I am aware of for message parts.
>
> When you open (any) message there is a button 'Text part (X KB)'  
> right under the headers - when you click it, it will open a text  
> part of the message in the new window. When you hover a mouse  
> cursor, tooltip is displayed:
> View Text part

..and this is generated in IMP_Contents by this code:

sprintf(_("View %s"), $description)

> Which consists out of two different strings: "View" and "Text part".

This is incorrect.  A separate _("View") string does not exist in the  
message part display code.





More information about the bugs mailing list