open :
modules\mod_hot_scroller\mod_hot_scroller.php
near bottom you will see:
Code:
// Item introtext
if ($display != 0 || $more) {
if ($display != 0) {
$html .= '<div>'.$row->text;
}
if ($more) {
$html .= ' <a class="readon" href="'.$link.'">'.JText::sprintf('Read more...').'</a>';
}
if ($display != 0) {
$html .= '</div>';
}
}
so eater change text in JText::sprintf('Read more...') or provide translation for Read more... in any language .ini file:
Read more...="your translation"