Better credits description in admin

This commit is contained in:
Christopher Pitt 2015-04-02 12:52:44 +13:00
parent 604f9eb1f8
commit 342d2a3d2a
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class BlogPost extends Page {
_t("BlogPost.AdditionalCredits", "Additional Credits"),
null,
1024
)->setDescription('Comma separated list of names');
)->setDescription('If some authors of this post don\'t have CMS access, enter their name(s) here. You can separate multiple names with a comma.');
if(!$self->canEditAuthors()) {
$authorField = $authorField->performDisabledTransformation();
$authorNames = $authorNames->performDisabledTransformation();