mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #306 from DrMartinGonzo/patch-1
i18n wrong label in BlogPost.php
This commit is contained in:
commit
3d6de78df5
@ -222,7 +222,7 @@ class BlogPost extends Page {
|
|||||||
null,
|
null,
|
||||||
1024
|
1024
|
||||||
)->setDescription(_t(
|
)->setDescription(_t(
|
||||||
'BlogPost.PublishDate_Description',
|
'BlogPost.AdditionalCredits_Description',
|
||||||
'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 some authors of this post don\'t have CMS access, enter their name(s) here. You can separate multiple names with a comma.')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user