CRM-15789 - Remove ascii art from button text
[civicrm-core.git] / CRM / Member / Import / Form / DataSource.php
index 08203a2f9a8feb6463139ac5dcffb43f2d9c2c33..39a7a32b220c163687f027b20a550cdd20e4a70b 100644 (file)
@@ -132,7 +132,7 @@ class CRM_Member_Import_Form_DataSource extends CRM_Core_Form {
     $this->addButtons(array(
         array(
           'type' => 'upload',
-          'name' => ts('Continue >>'),
+          'name' => ts('Continue'),
           'spacing' => '          ',
           'isDefault' => TRUE,
         ),