From 8a3b3e66bd82eaf957114836c8c8038665fb7346 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Mon, 20 Aug 2007 02:55:27 +0000 Subject: [PATCH] MDL-10812 changed 'Modified' string to 'Last Saved' since as pointed out often someone might press the save button after viewing a question without making any modifications. --- lang/en_utf8/question.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/question.php b/lang/en_utf8/question.php index a4b07a7760..e2e37e972c 100644 --- a/lang/en_utf8/question.php +++ b/lang/en_utf8/question.php @@ -20,7 +20,7 @@ the random question is created.

$string['cwrqpfsnoprob'] = 'No question categories in your site are affected by the \'Random questions selecting questions from sub categories\' issue.'; $string['copy']= 'Copy from $a and change links.'; $string['created'] = 'Created'; -$string['createdmodifiedheader'] = 'Created / Modified'; +$string['createdmodifiedheader'] = 'Created / Last Saved'; $string['defaultfor'] = 'Default for $a'; $string['defaultinfofor'] = 'The default category for questions shared in context \'$a\'.'; $string['donothing']= 'Don\'t copy or move files or change links.'; @@ -42,7 +42,7 @@ $string['linkedfiledoesntexist'] = 'Linked file $a doesn\'t exist'; $string['makechildof'] = "Make Child of '\$a'"; $string['maketoplevelitem'] = 'Move to top level'; $string['missingimportantcode'] = 'This question type is missing important code: $a.'; -$string['modified'] = 'Modified'; +$string['modified'] = 'Last saved'; $string['move']= 'Move from $a and change links.'; $string['movecategory']= 'Move Category'; $string['movelinksonly']= 'Just change where links point to, do not move or copy files.'; -- 2.39.5