https://bugs.kde.org/show_bug.cgi?id=366219
--- Comment #10 from Maik Qualmann <metzping...@gmail.com> --- The i18n() call is required, otherwise the message would not be translated. For example: i18n("my Text %1", msg); The translator can only translate the text "my Text %1", the argument is not visible for the translator. Perhaps this link to reference : http://stackoverflow.com/questions/2104328/whats-the-best-way-to-send-qstrings-in-a-function-call -- You are receiving this mail because: You are watching all bug changes.