Minor bug in language definitions

Phoca Guestbook - creating guestbooks in Joomla! CMS
klabog
Phoca Member
Phoca Member
Posts: 12
Joined: 24 May 2011, 17:42

Minor bug in language definitions

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48739
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Minor bug in language definitions

Post by Jan »

Hi, thank you, will be fixed.

Jan
If you find Phoca extensions useful, please support the project
Post Reply