Commit 5677c0fba4a30d74dd000f0e55fcdafcadddd64c
1 parent
d39ebd35
fixed typo
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1980 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/subscriptions/subscriptionUI.inc
| ... | ... | @@ -142,7 +142,7 @@ function renderRemoveConfirmationPage($oSubscription) { |
| 142 | 142 | |
| 143 | 143 | $sToRender = renderHeading("Subscriptions", "Subscriptions"); |
| 144 | 144 | $sToRender .= "<table width=\"600\">\n"; |
| 145 | - $sToRender .= "<tr><td>You have chosen to delete the your $sContentType subscription to '$sContentName'.</td></tr>\n"; | |
| 145 | + $sToRender .= "<tr><td>You have chosen to delete your $sContentType subscription to '$sContentName'.</td></tr>\n"; | |
| 146 | 146 | $sToRender .= "<tr/>\n"; |
| 147 | 147 | $sToRender .= "<tr/>\n"; |
| 148 | 148 | $sToRender .= "<td>Select 'Unsubscribe' to confirm the deletion, or 'Cancel' to cancel it</td>\n"; | ... | ... |