X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FForm%2FContributionPage%2FSettings.php;h=3046183d005a75faddd11884feccb62434142b54;hb=a969ba2b3fc64eebf12a98e3bfc69212d832ee19;hp=0298e8bce3c4190064e0bd73972c099761105deb;hpb=8f6ae60501d5d64ddbc6269648e71247dee0ce1b;p=civicrm-core.git diff --git a/CRM/Contribute/Form/ContributionPage/Settings.php b/CRM/Contribute/Form/ContributionPage/Settings.php index 0298e8bce3..3046183d00 100644 --- a/CRM/Contribute/Form/ContributionPage/Settings.php +++ b/CRM/Contribute/Form/ContributionPage/Settings.php @@ -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',