From c05556a16b0dcb16456f3ece9e26fe6e07387e70 Mon Sep 17 00:00:00 2001 From: Russell Michell Date: Wed, 23 Aug 2017 10:02:37 +1200 Subject: [PATCH] FIX: Fixes #59 Minor changes wr/t typos. --- code/extensions/ContentReviewDefaultSettings.php | 4 ++-- lang/en.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/extensions/ContentReviewDefaultSettings.php b/code/extensions/ContentReviewDefaultSettings.php index 5e958fa..969b229 100644 --- a/code/extensions/ContentReviewDefaultSettings.php +++ b/code/extensions/ContentReviewDefaultSettings.php @@ -94,7 +94,7 @@ class ContentReviewDefaultSettings extends DataExtension 'ContentReviewHelp', _t( '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( '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); diff --git a/lang/en.yml b/lang/en.yml index b157a98..676fe0e 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -7,7 +7,7 @@ en: CONTENTOWNERS: 'Content Owners' CONTENTREVIEW: 'Content due for review' 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' EMAILFROM: 'From email address' EMAILSUBJECT: 'Subject line' @@ -23,7 +23,7 @@ en: PAGEOWNERGROUPS: Groups PAGEOWNERUSERS: Users 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' REVIEWNOTES: 'Review notes' REVIEWSUCCESSFUL: 'Content reviewed successfully'