Comment 6 for bug 114388

Revision history for this message
Holybrake (holybrake) wrote :

This is a bug of careless localization.
I explored this and found out that ID of resources has been translated either.

For example:

msgid "Name=Katapult"
msgstr "Имя=Katapult"

whereas, it should be :

msgid "Name=Katapult"
msgstr "Name=Katapult"

The patch fixes this bug.