By baijianpeng on Wednesday, 25 November 2015
Posted in General Issues
Replies 1
Likes 0
Views 1.1K
Votes 0
Today after updated to Komento Pro 2.0.5, the button "Cancel" below the commenting form will no longer apply my translations. Then I checked the php file and found a bug in the file cancelbutton.php:

The source code is:

<button type="button" class="cancelButton kmt-btn-submit btn btn-default">Cancel</button>


You can see that the button text is directly Cancel in English, not a Language Key of Joomla.

I think it should be something like:

<button type="button" class="cancelButton kmt-btn-submit btn btn-default"><?php echo JText::_( 'COM_KOMENTO_FORM_CANCEL' );?></button>


Hope you will fix it soon.

Thank you.
Hello,

Thanks for reporting. We have already fixed it and will be included in the next release.
·
Wednesday, 25 November 2015 16:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post