MINOR: Grammar error

This commit is contained in:
unclecheese 2013-01-17 14:31:35 -05:00
parent 0dd6dedab2
commit cfc976bff8
1 changed files with 1 additions and 1 deletions

View File

@ -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)
);