[Kolab-devel] [issue4876] Exchange compatible invitations have wrong localized subjects (RT#10190)
aheinecke <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <[email protected]> |
Trivial problem:
In kmail/callback there is code to change the subject for exchange compatibility.
msg->setSubject( i18n( "Tentative: %1" ).arg(subject).replace("Answer: ","") );
But Answer is also a localized string so the replacement has to be localized, too.
Otherwise you get "Zugesagt: Anwort: " in german.
----------
assignedto: aheinecke
keyword: enterprise35, kde client
messages: 28860
nosy: aheinecke, allen, emanuel
priority: urgent
status: unread
title: Exchange compatible invitations have wrong localized subjects (RT#10190)
______________________________________
Kolab issue tracker <[email protected]>
<https://roundup.kolab.org/issue4876>
______________________________________