Please check the following in file:
/components/com_comprofiler/plugin/user/plug_cbgroupjive/plugins/cbgroupjiveevents/cbgroupjiveevents.php
In lines 213 and 566 where it says:
Code:
. ( $canNotAttend ? '<div><a href="javascript: void(0);" onclick="' . cbgjClass::getPluginURL( array( 'plugin', 'events_no', (int) $category->get( 'id' ), (int) $group->get( 'id' ), (int) $row->get( 'id' ) ), CBTxt::T( 'Are you sure you do not want to attend this event?' ), true, false, null, true ) . '"><i class="icon-thumbs-down"></i> ' . CBTxt::Th( 'Not Attending' ) . '</a></div>' : null )
in particular the
Code:
CBTxt::Th( 'Not Attending' )
bit
It should read 'Not attend' (first person singular as in I will not attend) because it may get overlapped/confused with other 'Not Attending'
Where the meaning is: a certain number of users is not attending (3rd person plural).
Language files should be updated accordingly. (integrations_language.php)
This problem never comes up in languages where the verb
attending is the same for both these conjugations.
Please update in upcoming versions,
Thanks
Peter