mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Merge pull request #201 from rasstislav/patch-1
Added missing translation to Comments TabSet Title
This commit is contained in:
commit
4df49c8db7
@ -581,6 +581,8 @@ class CommentsExtension extends DataExtension
|
||||
$spamGrid
|
||||
)
|
||||
);
|
||||
$tabs->setTitle(_t('CommentsExtension.COMMENTSTABSET', 'Comments'));
|
||||
|
||||
$fields->addFieldToTab('Root', $tabs);
|
||||
} else {
|
||||
$fields->push($newGrid);
|
||||
|
@ -51,6 +51,7 @@ en:
|
||||
SpamComments: Spam
|
||||
CommentsExtension:
|
||||
COMMENTOPTIONS: Comments
|
||||
COMMENTSTABSET: Comments
|
||||
MODERATIONREQUIRED_NONE: 'No moderation required'
|
||||
MODERATIONREQUIRED_NONMEMBERSONLY: 'Only moderate non-members'
|
||||
MODERATIONREQUIRED_REQUIRED: 'Moderate all comments'
|
||||
|
Loading…
Reference in New Issue
Block a user