From cfc976bff842565904e7c486cd5b287cfe8a5843 Mon Sep 17 00:00:00 2001 From: unclecheese Date: Thu, 17 Jan 2013 14:31:35 -0500 Subject: [PATCH] MINOR: Grammar error --- code/model/SiteTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/model/SiteTree.php b/code/model/SiteTree.php index 9c6e7486..19a5d171 100644 --- a/code/model/SiteTree.php +++ b/code/model/SiteTree.php @@ -1864,7 +1864,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid if($this->ObsoleteClassName) { $obsoleteWarning = _t( 'SiteTree.OBSOLETECLASS', - "This page is of obsolete type {type}. Saving will reset it's type and you may lose data", + "This page is of obsolete type {type}. Saving will reset its type and you may lose data", array('type' => $this->ObsoleteClassName) );