CRM-15789 - Remove ascii art from button text
[civicrm-core.git] / CRM / Campaign / Form / Survey.php
index 31375bd15356b57d08069c02f2ea880ebab9be5a..a3357b49a34607ef36c0e47934dfee7cf040b8d0 100644 (file)
@@ -122,7 +122,7 @@ class CRM_Campaign_Form_Survey extends CRM_Core_Form {
       $buttons = array(
         array(
           'type' => 'upload',
-          'name' => ts('Continue >>'),
+          'name' => ts('Continue'),
           'spacing' => '                 ',
           'isDefault' => TRUE,
         ),