2012-04-19, 09:51 PM
You incorrectly translated the plugin.
Open "profile_report_page" Global template and find;
Suggestion: Do not translate the plugin's code while translating other strings.
Open "profile_report_page" Global template and find;
<textarea name="reden" id="reason" rows="5" cols="70" tabindex="2"></textarea>
and Change it into;<textarea name="reason" id="reason" rows="5" cols="70" tabindex="2"></textarea>
Suggestion: Do not translate the plugin's code while translating other strings.