CRM-15603 - Remove unnecessary variables in contribution tab titles
[civicrm-core.git] / CRM / Contribute / Form / ContributionPage / Amount.php
index 00c066809d711e78247720bde4a1ed54d716106f..7c8ff97c4ba54d0f5b5b227343af73d09e1a243e 100644 (file)
@@ -195,7 +195,7 @@ SELECT id
   function setDefaultValues() {
     $defaults = parent::setDefaultValues();
     $title = CRM_Core_DAO::getFieldValue('CRM_Contribute_DAO_ContributionPage', $this->_id, 'title');
-    CRM_Utils_System::setTitle(ts('Contribution Amounts (%1)', array(1 => $title)));
+    CRM_Utils_System::setTitle(ts('Contribution Amounts') . " ($title)");
 
     if (empty($defaults['pay_later_text'])) {
       $defaults['pay_later_text'] = ts('I will send payment by check');