CRM-15789 - Remove ascii art from button text
[civicrm-core.git] / CRM / Contribute / Import / Form / DataSource.php
index 356be735543b9cd115abf3ed05a222884204c88f..640b63b2699519a9544a9c7588809dcd4889b7da 100644 (file)
@@ -135,7 +135,7 @@ class CRM_Contribute_Import_Form_DataSource extends CRM_Core_Form {
     $this->addButtons(array(
         array(
           'type' => 'upload',
-          'name' => ts('Continue >>'),
+          'name' => ts('Continue'),
           'spacing' => '          ',
           'isDefault' => TRUE,
         ),