PDA

View Full Version : Total Points in other language



Sjf0464
05-11-2016, 07:59 PM
Hi,

Is there a way to change the text Συνολικοί πόντοι to Total Points when viewing a players stats ?
It shows if a player is in the Championship.

Regards Steve

kostas
07-11-2016, 01:51 PM
Hello,

Thanks for submitting this issue, there is missing the translation for that text, you can change the text in the file

<joomla installation>/com_masterleaguepro/site/views/playerprediction/tmpl/default.php

Line 308: <td><strong>Συνολικοί πόντοι</strong></td>

to

<td><strong><?php echo jText::_("COM_MASTERLEAGUE_TOTAL_POINTS"); ?></strong></td>

or you can add any text you want instead.


The fix will be included in the new version

Sjf0464
07-11-2016, 08:27 PM
Thanks for the reply.

I have changed code and now displays correctly.

regards