From e101b747782de711dc0e2db892cc96daae735d70 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 27 Nov 2018 13:26:42 +0100 Subject: [PATCH] FIX Capitalise comment moderation action labels and update i18n syntax in templates --- lang/en.yml | 8 ++++---- templates/Includes/CommentsInterface_singlecomment.ss | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/en.yml b/lang/en.yml index b059e8d..04eef78 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -18,10 +18,10 @@ en: CommentsInterface_pendingcomment_ss: AWAITINGMODERATION: 'Your comment has been submitted and is now awaiting moderation.' CommentsInterface_singlecomment_ss: - APPROVE: 'approve it' - ISNTSPAM: 'not spam' - ISSPAM: 'spam it' - REMCOM: 'reject it' + APPROVE: 'Approve it' + ISNTSPAM: 'Not spam' + ISSPAM: 'Spam it' + REMCOM: 'Reject it' REPLYTO: 'Reply to' CommentsInterface_ss: AWAITINGMODERATION: 'Your comment has been submitted and is now awaiting moderation.' diff --git a/templates/Includes/CommentsInterface_singlecomment.ss b/templates/Includes/CommentsInterface_singlecomment.ss index aab7204..73f644f 100755 --- a/templates/Includes/CommentsInterface_singlecomment.ss +++ b/templates/Includes/CommentsInterface_singlecomment.ss @@ -20,21 +20,21 @@