mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
FIX: Fixes #59 Minor changes wr/t typos.
This commit is contained in:
parent
4f7e57d29c
commit
19897e0b8f
@ -94,7 +94,7 @@ class ContentReviewDefaultSettings extends DataExtension
|
|||||||
'ContentReviewHelp',
|
'ContentReviewHelp',
|
||||||
_t(
|
_t(
|
||||||
'ContentReview.DEFAULTSETTINGSHELP',
|
'ContentReview.DEFAULTSETTINGSHELP',
|
||||||
'These content review settings will apply to all pages that does not have specific Content Review schedule.'
|
'These settings will apply to all pages that do not have a specific Content Review schedule.'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -107,7 +107,7 @@ class ContentReviewDefaultSettings extends DataExtension
|
|||||||
)
|
)
|
||||||
->setDescription(_t(
|
->setDescription(_t(
|
||||||
'ContentReview.REVIEWFREQUENCYDESCRIPTION',
|
'ContentReview.REVIEWFREQUENCYDESCRIPTION',
|
||||||
'The review date will be set to this far in the future whenever the page is published'
|
'The review date will be set to this far in the future, whenever the page is published.'
|
||||||
));
|
));
|
||||||
|
|
||||||
$fields->addFieldToTab('Root.ContentReview', $reviewFrequency);
|
$fields->addFieldToTab('Root.ContentReview', $reviewFrequency);
|
||||||
|
@ -7,7 +7,7 @@ en:
|
|||||||
CONTENTOWNERS: 'Content Owners'
|
CONTENTOWNERS: 'Content Owners'
|
||||||
CONTENTREVIEW: 'Content due for review'
|
CONTENTREVIEW: 'Content due for review'
|
||||||
CUSTOM: 'Custom settings'
|
CUSTOM: 'Custom settings'
|
||||||
DEFAULTSETTINGSHELP: 'These content review settings will apply to all pages that does not have specific Content Review schedule.'
|
DEFAULTSETTINGSHELP: 'These settings will apply to all pages that do not have a specific Content Review schedule.'
|
||||||
DISABLE: 'Disable content review'
|
DISABLE: 'Disable content review'
|
||||||
EMAILFROM: 'From email address'
|
EMAILFROM: 'From email address'
|
||||||
EMAILSUBJECT: 'Subject line'
|
EMAILSUBJECT: 'Subject line'
|
||||||
@ -23,7 +23,7 @@ en:
|
|||||||
PAGEOWNERGROUPS: Groups
|
PAGEOWNERGROUPS: Groups
|
||||||
PAGEOWNERUSERS: Users
|
PAGEOWNERUSERS: Users
|
||||||
REVIEWFREQUENCY: 'Review frequency'
|
REVIEWFREQUENCY: 'Review frequency'
|
||||||
REVIEWFREQUENCYDESCRIPTION: 'The review date will be set to this far in the future whenever the page is published'
|
REVIEWFREQUENCYDESCRIPTION: 'The review date will be set to this far in the future, whenever the page is published.'
|
||||||
REVIEWHEADER: 'Content review'
|
REVIEWHEADER: 'Content review'
|
||||||
REVIEWNOTES: 'Review notes'
|
REVIEWNOTES: 'Review notes'
|
||||||
REVIEWSUCCESSFUL: 'Content reviewed successfully'
|
REVIEWSUCCESSFUL: 'Content reviewed successfully'
|
||||||
|
Loading…
Reference in New Issue
Block a user