Minor bug in language definitions
Posted: 24 May 2011, 18:03
Hallo,
not really a bug, only a typo:
In access.xml of phoca guestbook
in the line:
in the content of title and description _Edit_State should be _Editstate. The correct line is:
My five cents.
Klaus
not really a bug, only a typo:
In access.xml of phoca guestbook
in the line:
Code: Select all
<action name="core.edit.state" title="JAction_Edit_State" description="JAction_Edit_State_Component_Desc" />
Code: Select all
<action name="core.edit.state" title="JAction_Editstate" description="JAction_Editstate_Component_Desc" />
Klaus