Page 1 of 1

Mistake in language file

Posted: 13. April 2008 00:36
by liquidspark
Please make the following change:

In "language/en/mods/lang_portal_acp.php":

FIND:

Code: Select all

'PORTAL_FRIENDS_EXPLAIN'				=> 'Display attachments block',
REPLACE WITH:

Code: Select all

'PORTAL_FRIENDS_EXPLAIN'				=> 'Display this block on the portal.',
I've included this change in my general revision of the bundled English release. There are a few more mistakes that were fixed, too. Feel free to use my English version as the default, or change it to suit your needs.

Re: Mistake in language file

Posted: 13. April 2008 14:02
by Christian_N
Thank you, we fixed.
@Kevin this is twice, once at // general
// general
'ACP_PORTAL_GENERAL_INFO' => 'Portal administration',
...
'PORTAL_FRIENDS' => 'Friends block',
'PORTAL_FRIENDS_EXPLAIN' => 'Display this block on portal.',
'PORTAL_MAX_ONLINE_FRIENDS' => 'Limit of displayed online friends',
'PORTAL_MAX_ONLINE_FRIENDS_EXPLAIN' => 'Limit display of online friends in portal block to a certain value.',

...
'PORTAL_USER_MENU' => 'User menu / Login box',
'PORTAL_USER_MENU_EXPLAIN' => 'Display this block on portal.',
and then at // friends
// friends
'ACP_PORTAL_FRIENDS_INFO' => 'Friends',
...
'PORTAL_FRIENDS' => 'Display friends block',
'PORTAL_FRIENDS_EXPLAIN' => 'Display attachments block',
'PORTAL_MAX_ONLINE_FRIENDS' => 'Limit of displayed friends',
'PORTAL_MAX_ONLINE_FRIENDS_EXPLAIN' => 'Limits the amound of displayed friends to the given value.',

It is enough but if this one exists, eg // friends.
So we are at // general delete.

Greeting Chris