Merge pull request #4124 from tohojo/adv-search-fix
[civicrm-core.git] / CRM / Contribute / Form / ContributionPage / Settings.php
index 0298e8bce3c4190064e0bd73972c099761105deb..3046183d005a75faddd11884feccb62434142b54 100644 (file)
@@ -61,9 +61,7 @@ class CRM_Contribute_Form_ContributionPage_Settings extends CRM_Contribute_Form_
         $this->_id,
         'title'
       );
-      CRM_Utils_System::setTitle(ts('Title and Settings (%1)',
-          array(1 => $title)
-        ));
+      CRM_Utils_System::setTitle(ts('Title and Settings') . " ($title)");
 
       $ufJoinParams = array(
         'module' => 'OnBehalf',