Fixed report_view

anfimovir

Member
Template: report_view
Line:
PHP:
<input type="submit" value="{xen:phrase comment}" class="button primary" />

The phrase "comment" is being used in many places..

Please, for a given page, add the phrase separately, ex:
PHP:
<input type="submit" value="{xen:phrase button_report_comment}" class="button primary" />

In the language file, add the same way as the old phrase report - Comment
 
I have split the comment phrase into noun and verb forms. That's about as far as we'd take it. If you have problems, I'd recommend translating the verb form along the lines of "post a comment".
 
Top Bottom