[kmail2] [Bug 341085] Forward Email Template Error
Laurent Montel
montel at kde.org
Wed Nov 19 08:54:53 GMT 2014
https://bugs.kde.org/show_bug.cgi?id=341085
--- Comment #6 from Laurent Montel <montel at kde.org> ---
Yes indeed you're right it's in i18n(...)
We need to ask to translator to fix it.
QString DefaultTemplates::defaultForward()
{
return
QLatin1String("%REM=\"") + i18n("Default forward template") +
QLatin1String("\"%-\n") +
i18nc("Default forward template: %1: subject of original message, "
"%2: date of original message, "
"%3: time of original message, "
"%4: mail address of original sender, "
"%5: original message text",
"\n"
"---------- Forwarded Message ----------\n"
"\n"
"Subject: %1\n"
"Date: %2, %3\n"
"From: %4\n"
"%OADDRESSEESADDR\n"
"\n"
"%5\n"
"-----------------------------------------",
QLatin1String("%OFULLSUBJECT"), QLatin1String("%ODATE"),
QLatin1String("%OTIMELONG"), QLatin1String("%OFROMADDR"),
QLatin1String("%TEXT"));
}
it'es translated so translator make an error I think.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list