"%1m" is not a C-formatted string here. The line in question is:

return i18ncp("%1 is a number of minutes", "1m", "%1m", minutes);

The placeholder is "%1" and "m" is a short version of "minute". If a
language use a different short version, it should include it in the
translated string. For example if the short version of "minute" for this
language is "zz", the translated string should be "%1zz".

Maybe what needs to be fixed is the string comment?

-- 
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