From 3a111e861d11cc6980dd70870b1171f2469f61c2 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 31 Mar 2015 20:22:35 -0700 Subject: [PATCH] CRM-16206 - Revised upgrade success message. ---------------------------------------- * CRM-16206: Revised Upgrade Success Message https://issues.civicrm.org/jira/browse/CRM-16206 --- CRM/Upgrade/Page/Upgrade.php | 2 +- templates/CRM/common/success.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} -- 2.25.1