You might want to change the name (
Continue >>) to whatever string you want in CRM/Event/Form/Registration/Register.php
$this->addButtons(array(
array ( 'type' => 'upload',
'name' => ts('Continue >>'),
'spacing' => ' ',
'isDefault' => true,
'js' => $js ),
)
);
HTH
-Yashodha