From 6d4ba4bbc7a58e376a4bdf7115853fee2447e8be Mon Sep 17 00:00:00 2001 From: scardinius Date: Mon, 14 Nov 2016 13:59:50 +0100 Subject: [PATCH] CRM-19645 - Add missing translation of label on Opt Out button --- CRM/Mailing/Form/Optout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Mailing/Form/Optout.php b/CRM/Mailing/Form/Optout.php index 8e2d79b5e47c..d0284da76c77 100644 --- a/CRM/Mailing/Form/Optout.php +++ b/CRM/Mailing/Form/Optout.php @@ -71,7 +71,7 @@ public function buildQuickForm() { $buttons = array( array( 'type' => 'next', - 'name' => 'Opt Out', + 'name' => ts('Opt Out'), 'isDefault' => TRUE, ), array(