CRM-19645 - Add missing translation of label on Opt Out button
authorscardinius <scardinius@chords.pl>
Mon, 14 Nov 2016 12:59:50 +0000 (13:59 +0100)
committerscardinius <scardinius@chords.pl>
Mon, 14 Nov 2016 12:59:50 +0000 (13:59 +0100)
CRM/Mailing/Form/Optout.php

index 8e2d79b5e47c946a4e573979178ad2aadc059666..d0284da76c773e0c431b37166ff49c7e962c5d55 100644 (file)
@@ -71,7 +71,7 @@ class CRM_Mailing_Form_Optout extends CRM_Core_Form {
     $buttons = array(
       array(
         'type' => 'next',
-        'name' => 'Opt Out',
+        'name' => ts('Opt Out'),
         'isDefault' => TRUE,
       ),
       array(