From 85ce9b535ba82b16db038b3e660d8193a91248ca Mon Sep 17 00:00:00 2001 From: Ryan Wyllie Date: Wed, 13 Dec 2017 03:33:55 +0000 Subject: [PATCH] MDL-60858 feedback: remove ellipsis from form lang strings Remove the trailing ellipsis from the complete_the_form and continue_the_form lang strings. --- mod/feedback/lang/en/feedback.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/feedback/lang/en/feedback.php b/mod/feedback/lang/en/feedback.php index f1071e85c4a..73eb880f931 100644 --- a/mod/feedback/lang/en/feedback.php +++ b/mod/feedback/lang/en/feedback.php @@ -46,7 +46,7 @@ $string['captcha'] = 'Captcha'; $string['captchanotset'] = 'Captcha hasn\'t been set.'; $string['closebeforeopen'] = 'You have specified an end date before the start date.'; $string['completed_feedbacks'] = 'Submitted answers'; -$string['complete_the_form'] = 'Answer the questions...'; +$string['complete_the_form'] = 'Answer the questions'; $string['completed'] = 'Completed'; $string['completedon'] = 'Completed on {$a}'; $string['completionsubmit'] = 'View as completed if the feedback is submitted'; @@ -55,7 +55,7 @@ $string['confirmdeleteentry'] = 'Are you sure you want to delete this entry?'; $string['confirmdeleteitem'] = 'Are you sure you want to delete this element?'; $string['confirmdeletetemplate'] = 'Are you sure you want to delete this template?'; $string['confirmusetemplate'] = 'Are you sure you want to use this template?'; -$string['continue_the_form'] = 'Continue answering the questions...'; +$string['continue_the_form'] = 'Continue answering the questions'; $string['count_of_nums'] = 'Count of numbers'; $string['courseid'] = 'courseid'; $string['creating_templates'] = 'Save these questions as a new template'; -- 2.11.4.GIT