mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR: Grammar error
This commit is contained in:
parent
0dd6dedab2
commit
cfc976bff8
@ -1864,7 +1864,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
|||||||
if($this->ObsoleteClassName) {
|
if($this->ObsoleteClassName) {
|
||||||
$obsoleteWarning = _t(
|
$obsoleteWarning = _t(
|
||||||
'SiteTree.OBSOLETECLASS',
|
'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)
|
array('type' => $this->ObsoleteClassName)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user