In reply to comment #2:

But it is c-formatted. Just look at the LP po-file:

#: src/timeutils.cpp:47
#, c-format, kde-format
msgctxt "%1 is a number of minutes"
msgid "1m"
msgid_plural "%1m"
msgstr[0] ""
msgstr[1] ""

Please, do as follows:

return i18ncp("%1 is a number of minutes", 
                                    // xgettext: no-c-format
                                   "1m", "%1m", minutes);

Thanks for correcting this issue.

-- 
Mistakingly c-formatted string in src/timeutils.cpp:47 ‌
https://bugs.launchpad.net/bugs/533676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to