Page 1 of 1

Minor bug in language definitions

Posted: 24 May 2011, 18:03
by klabog
Hallo,
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" />
in the content of title and description _Edit_State should be _Editstate. The correct line is:

Code: Select all

<action name="core.edit.state" title="JAction_Editstate" description="JAction_Editstate_Component_Desc" />
My five cents.

Klaus

Re: Minor bug in language definitions

Posted: 27 May 2011, 00:14
by Jan
Hi, thank you, will be fixed.

Jan