Commit 5677c0fba4a30d74dd000f0e55fcdafcadddd64c

Authored by michael
1 parent d39ebd35

fixed typo


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1980 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/subscriptions/subscriptionUI.inc
@@ -142,7 +142,7 @@ function renderRemoveConfirmationPage($oSubscription) { @@ -142,7 +142,7 @@ function renderRemoveConfirmationPage($oSubscription) {
142 142
143 $sToRender = renderHeading("Subscriptions", "Subscriptions"); 143 $sToRender = renderHeading("Subscriptions", "Subscriptions");
144 $sToRender .= "<table width=\"600\">\n"; 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 $sToRender .= "<tr/>\n"; 146 $sToRender .= "<tr/>\n";
147 $sToRender .= "<tr/>\n"; 147 $sToRender .= "<tr/>\n";
148 $sToRender .= "<td>Select 'Unsubscribe' to confirm the deletion, or 'Cancel' to cancel it</td>\n"; 148 $sToRender .= "<td>Select 'Unsubscribe' to confirm the deletion, or 'Cancel' to cancel it</td>\n";