don't use quotes as apostrophes - http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references lists html entity 8217 as a quote not an apostrophe
This commit is contained in:
committed by
Chris Morgan
parent
f2d44f7120
commit
df5b9e2b52
@@ -501,7 +501,7 @@ class ObjectManager
|
||||
/* Why the user should write an explanation for the deletion */
|
||||
if($oObject->objectGetSubmitterId() != $_SESSION['current']->iUserId)
|
||||
{
|
||||
$shWhyComment = "Please enter a reason why so that you don’t hurt the submitter’s".
|
||||
$shWhyComment = "Please enter a reason why so that you don't hurt the submitter's".
|
||||
" feelings.";
|
||||
|
||||
$oUser = new user($oObject->objectGetSubmitterId());
|
||||
@@ -597,7 +597,7 @@ class ObjectManager
|
||||
|
||||
if(!$oOriginalObject->canEdit())
|
||||
{
|
||||
addmsg("You don’t have permission to delete this entry", "red");
|
||||
addmsg("You don't have permission to delete this entry", "red");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user