My Lintcheck complains regarding my string resources.
Potential Plurals res/values/strings.xml Formatting %d followed by words ("Pers"): This should probably be a plural rather than a string
This Resource was previously a , but I changed this to a normal string like:
<string name="plain_string">%d Pers</string>
I would understand a warning, but a error? How can I solve this?