Skip to content

Commit

Permalink
Merge pull request #9384 from scardinius/crm-19645
Browse files Browse the repository at this point in the history
CRM-19645 - Add missing translation of label on Opt Out button
  • Loading branch information
Yashodha Chaku authored Nov 14, 2016
2 parents 3de9965 + 6d4ba4b commit a4f320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Mailing/Form/Optout.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function buildQuickForm() {
$buttons = array(
array(
'type' => 'next',
'name' => 'Opt Out',
'name' => ts('Opt Out'),
'isDefault' => TRUE,
),
array(
Expand Down

0 comments on commit a4f320f

Please sign in to comment.