From 4a17764ebd5d400a9a8849d5c430c578558b45e7 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 17 May 2016 13:18:36 +0200 Subject: [PATCH] MDL-54549 lang: Merge English strings from the en_fix language pack --- mod/feedback/lang/en/feedback.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mod/feedback/lang/en/feedback.php b/mod/feedback/lang/en/feedback.php index fee9eb39b1c87..6df933152a942 100644 --- a/mod/feedback/lang/en/feedback.php +++ b/mod/feedback/lang/en/feedback.php @@ -135,12 +135,10 @@ $string['import_questions'] = 'Import questions'; $string['import_successfully'] = 'Import successfully'; $string['info'] = 'Information'; -$string['infotype'] = 'Information-Type'; +$string['infotype'] = 'Information type'; $string['insufficient_responses_for_this_group'] = 'There are insufficient responses for this group'; $string['insufficient_responses'] = 'insufficient responses'; -$string['insufficient_responses_help'] = 'There are insufficient responses for this group. - -To keep the feedback anonymous, a minimum of 2 responses must be done.'; +$string['insufficient_responses_help'] = 'For the feedback to be anonymous, there must be at least 2 responses.'; $string['item_label'] = 'Label'; $string['item_name'] = 'Question'; $string['label'] = 'Label'; @@ -202,7 +200,7 @@ $string['numeric_range_to'] = 'Range to'; $string['of'] = 'of'; $string['oldvaluespreserved'] = 'All old questions and the assigned values will be preserved'; -$string['oldvalueswillbedeleted'] = 'The current questions and all your user\'s responses will be deleted'; +$string['oldvalueswillbedeleted'] = 'Current questions and all responses will be deleted.'; $string['only_one_captcha_allowed'] = 'Only one captcha is allowed in a feedback'; $string['overview'] = 'Overview'; $string['page'] = 'Page'; @@ -229,7 +227,7 @@ $string['radiorated'] = 'Radiobutton (rated)'; $string['radio_values'] = 'Responses'; $string['ready_feedbacks'] = 'Ready feedbacks'; -$string['relateditemsdeleted'] = 'All your user\'s responses for this question will also be deleted'; +$string['relateditemsdeleted'] = 'All responses for this question will also be deleted.'; $string['required'] = 'Required'; $string['resetting_data'] = 'Reset feedback responses'; $string['resetting_feedbacks'] = 'Resetting feedbacks';