From: Dave Greenberg Date: Wed, 1 Apr 2015 03:22:35 +0000 (-0700) Subject: CRM-16206 - Revised upgrade success message. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3a111e861d11cc6980dd70870b1171f2469f61c2;p=civicrm-core.git CRM-16206 - Revised upgrade success message. ---------------------------------------- * CRM-16206: Revised Upgrade Success Message https://issues.civicrm.org/jira/browse/CRM-16206 --- diff --git a/CRM/Upgrade/Page/Upgrade.php b/CRM/Upgrade/Page/Upgrade.php index 14ba323361..1f6f8371d2 100644 --- a/CRM/Upgrade/Page/Upgrade.php +++ b/CRM/Upgrade/Page/Upgrade.php @@ -142,7 +142,7 @@ class CRM_Upgrade_Page_Upgrade extends CRM_Core_Page { $config = CRM_Core_Config::singleton(); - $postUpgradeMessage = '' . ts('Congratulations! Your upgrade was successful! (... wasn\'t that easy!)') . ''; + $postUpgradeMessage = '' . ts('Congratulations! Your upgrade was successful!') . ''; // lets drop all the triggers here CRM_Core_DAO::dropTriggers(); diff --git a/templates/CRM/common/success.tpl b/templates/CRM/common/success.tpl index 41e436e897..0349239651 100644 --- a/templates/CRM/common/success.tpl +++ b/templates/CRM/common/success.tpl @@ -52,7 +52,7 @@

- {ts 1='https://civicrm.org/membership'}If you feel that CiviCRM is valuable to your organization, consider that thousands of organizations worldwide also feel the same way. Protect your investment, and theirs, by ensuring that CiviCRM remains stable, sustainable and consistently improving through membership. ~Donald Lobo {/ts} + {ts 1='https://civicrm.org/membership' 2='https://civicrm.org/contribute'}The CiviCRM Core Team has been hard at work and is proud to release 4.6, the first major update of 2015. Though it is packed with enhancements and continues to mature the leading open source CRM for nonprofits worldwide, it does come with a cost to produce, maintain and improve upon. Without funding from organizations like yours, future releases are at risk of never being realized. We invite you to enjoy the improvements in 4.6 and ask that you support CiviCRM by becoming a member or by making a donation. ~ Dave Greenberg, Co-Founder{/ts}

{ts 1='https://civicrm.org/register-site'}Not ready for a membership yet? You can still help us learn how to improve CiviCRM by registering your site.{/ts}