Commit 37250ba6bab5f896b2e93934844a2e05f3b2fed7
1 parent
a87867f0
corrected typo
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2382 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
2 deletions
presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitOrgUI.inc
| ... | ... | @@ -74,7 +74,7 @@ function getUnitOrgEdit($bNoOrg, $fUnitID = null){ |
| 74 | 74 | $sToRender .= " <tr><td><b>Options</b></td></tr>"; |
| 75 | 75 | if ($bNoOrg) { |
| 76 | 76 | $sToRender .= " <tr><td width=200 bgcolor=$sBgColor>"; |
| 77 | - $sToRender .= " <br> <a href=\"$default->rootUrl/control.php?action=addUnitToOrg&fUnitID=" . $fUnitID . "\">Add Unit to an Orgaisation</a><br><br>"; | |
| 77 | + $sToRender .= " <br> <a href=\"$default->rootUrl/control.php?action=addUnitToOrg&fUnitID=" . $fUnitID . "\">Add Unit to an Organisation</a><br><br>"; | |
| 78 | 78 | $sToRender .= " </td><td>"; |
| 79 | 79 | $sToRender .= " </td></tr>"; |
| 80 | 80 | } else { | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitFromOrgUI.inc
| ... | ... | @@ -50,7 +50,7 @@ function getRemoveUnitsPage($oLink) { |
| 50 | 50 | $oUnit = Unit::get($oLink->getUnitID()); |
| 51 | 51 | |
| 52 | 52 | $sToRender .= "<table>\n"; |
| 53 | - $sToRender .= "<th colspan=2> Do you wish to remove the Unit from the Orgaisation?</th>\n"; | |
| 53 | + $sToRender .= "<th colspan=2> Do you wish to remove the Unit from the Organisation?</th>\n"; | |
| 54 | 54 | $sToRender .= "<tr colspan=2> </tr>\n"; |
| 55 | 55 | $sToRender .= "<th colspan=2> </th>\n"; |
| 56 | 56 | $sToRender .= "<tr>\n"; | ... | ... |