diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index dc26da5bc..5048c5919 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -1798,7 +1798,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid _t('SiteTree.HOMEPAGEFORDOMAIN', "Domain(s)", PR_MEDIUM, 'Listing domains that should be used as homepage') ) ), - $tabToDo = new Tab($this->ToDo ? 'To-do **' : 'To-do', + $tabToDo = new Tab(_t('SiteTree.TABTODO', 'To-do') . ($this->ToDo ? '**' : ''), new LiteralField("ToDoHelp", _t('SiteTree.TODOHELP', "

You can use this to keep track of work that needs to be done to the content of your site. To see all your pages with to do information, open the 'Site Reports' window on the left and select 'To Do'

")), new TextareaField("ToDo", "", 10) ),