CRM-15789 - Remove ascii art from button text
[civicrm-core.git] / CRM / Contribute / Import / Form / MapField.php
index 2312392dfa80d845c64d981928a34c0adf2c3daf..288769ed413201fcbac68ee6f359f47de513c115 100644 (file)
@@ -318,11 +318,11 @@ class CRM_Contribute_Import_Form_MapField extends CRM_Import_Form_MapField {
     $this->addButtons(array(
         array(
           'type' => 'back',
-          'name' => ts('<< Previous'),
+          'name' => ts('Previous'),
         ),
         array(
           'type' => 'next',
-          'name' => ts('Continue >>'),
+          'name' => ts('Continue'),
           'spacing' => '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
           'isDefault' => TRUE,
         ),