diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index 4bb7032d..9f307bd9 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -1317,10 +1317,14 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr $token->updateFieldSet($fields); $tokenField = $fields->First(); $tokenHtml = ($tokenField) ? $tokenField->FieldHolder() : ''; + $publishAllDescription = _t( + 'CMSMain.PUBALLFUN2', + 'Pressing this button will do the equivalent of going to every page and pressing "publish". ' + . 'It\'s intended to be used after there have been massive edits of the content, such as when ' + . 'the site was first built.' + ); $response .= '
' . _t('CMSMain.PUBALLFUN2', 'Pressing this button will do the equivalent of going to every page and pressing "publish". It\'s - intended to be used after there have been massive edits of the content, such as when the site was - first built.') . '
+' . $publishAllDescription . '