mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
commit
4999e5d886
@ -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)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user