Skip to content

Commit

Permalink
Merge pull request civicrm#7 from dlobo/CRM-12457
Browse files Browse the repository at this point in the history
CRM-12457
  • Loading branch information
kurund committed May 1, 2013
2 parents 962cd43 + 8e00705 commit ad89e43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions admin/plugins/civicrm/civicrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class plgUserCivicrm extends JPlugin
*
* @param array $user Holds the new user data.
* @param boolean $isnew True if a new user is stored.
* @param boolean $success True if user was succesfully stored in the database.
* @param boolean $success True if user was successfully stored in the database.
* @param string $msg Message.
*
* @return void
Expand Down Expand Up @@ -54,7 +54,7 @@ function onUserAfterSaveGroup($var) {
* Method is called after user is deleted from the database
*
* @param array $user Holds the user data.
* @param boolean $success True if user was succesfully removed from the database.
* @param boolean $success True if user was successfully removed from the database.
* @param string $msg Message.
*
* @return void
Expand Down Expand Up @@ -119,7 +119,7 @@ public function civicrmResetNavigation($jId = null) {
}

// Reset Navigation
CRM_Core_BAO_Navigation::resetNavigation($cId);
CRM_Core_BAO_Navigation::resetNavigation($cId);
}

}
4 changes: 2 additions & 2 deletions script.civicrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function install($parent) {
<table width="100%" border="0">
<tr>
<td>
<strong>CiviCRM component files have been UPGRADED <font color="green">succesfully</font></strong>.
<strong>CiviCRM component files have been UPGRADED <font color="green">successfully</font></strong>.
<p><strong>Please run the <a href="' . $upgradeUrl . '">CiviCRM Database Upgrade Utility</a> now. This utility will check your database and perform any needed upgrades.</strong></p>
<p>Also review the <a href="' . $docLink . '">Upgrade Guide</a> for any additional steps required to complete this upgrade.</p>
</td>
Expand All @@ -64,7 +64,7 @@ function install($parent) {
<table width="100%" border="0">
<tr>
<td>
<strong>CiviCRM component files and database tables have been INSTALLED <font color="green">succesfully</font></strong>.
<strong>CiviCRM component files and database tables have been INSTALLED <font color="green">successfully</font></strong>.
<p><strong>Please review the ' . $docLink . ' for any additional steps required to complete the installation.</strong></p>
<p><strong>Then use the <a href="' . $configTaskUrl . '">Configuration Checklist</a> to review and configure CiviCRM settings for your new site.</strong></p>
<p><strong>Additional Resources:</strong>
Expand Down

0 comments on commit ad89e43

Please sign in to comment.