From 2248b994aee166b37385cd26d3e5c8f823b5cf2e Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 21 Sep 2010 03:34:36 +0000 Subject: [PATCH] activities MDL-24180 realtered available to/from strings in activities and conditional completion to try and make the unclear clear --- lang/en/condition.php | 4 ++-- mod/assignment/lang/en/assignment.php | 2 +- mod/data/lang/en/data.php | 4 ++-- mod/lesson/lang/en/lesson.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/en/condition.php b/lang/en/condition.php index 2a0911b023a1d..06d84ff6e885c 100644 --- a/lang/en/condition.php +++ b/lang/en/condition.php @@ -26,8 +26,8 @@ $string['addcompletions'] = 'Add {no} activity conditions to form'; $string['addgrades'] = 'Add {no} grade conditions to form'; $string['availabilityconditions'] = 'Restrict availability'; -$string['availablefrom'] = 'Only available from'; -$string['availableuntil'] = 'Only available until'; +$string['availablefrom'] = 'Accessible from'; +$string['availableuntil'] = 'Accessible until'; $string['badavailabledates'] = 'Invalid dates. If you set both dates, the \'available from\' date should be before the \'until\' date.'; $string['completion_complete'] = 'must be marked complete'; $string['completioncondition'] = 'Activity completion condition'; diff --git a/mod/assignment/lang/en/assignment.php b/mod/assignment/lang/en/assignment.php index af72696c718f9..290545b70bf5f 100644 --- a/mod/assignment/lang/en/assignment.php +++ b/mod/assignment/lang/en/assignment.php @@ -50,7 +50,7 @@ $string['assignmentsubmission'] = 'Assignment Submissions'; $string['assignmenttype'] = 'Assignment type'; $string['assignment:view'] = 'View assignment'; -$string['availabledate'] = 'Accept submissions from'; +$string['availabledate'] = 'Available from'; $string['cannotdeletefiles'] = 'An error occurred and files could not be deleted'; $string['cannotviewassignment'] = 'You can not view this assignment'; $string['comment'] = 'Comment'; diff --git a/mod/data/lang/en/data.php b/mod/data/lang/en/data.php index 9d8a4d95518b2..4188193f24d5c 100755 --- a/mod/data/lang/en/data.php +++ b/mod/data/lang/en/data.php @@ -39,14 +39,14 @@ $string['authorlastname'] = 'Author surname'; $string['autogenallforms'] = 'Generate all default templates'; $string['autolinkurl'] = 'Autolink the URL'; -$string['availablefromdate'] = 'Entries available from'; +$string['availablefromdate'] = 'Available from'; $string['availabletags'] = 'Available tags'; $string['availabletags_help'] = 'Tags are placeholders in the template, which will be replaced by data or other items, such as an edit icon, when entries are edited or viewed. Fields have the format [[fieldname]]. All other tags have the format ##sometag##. Only the tags that are in the "Available tags" list may be used for the current template.'; -$string['availabletodate'] = 'Entries available to'; +$string['availabletodate'] = 'Available to'; $string['blank'] = 'Blank'; $string['buttons'] = 'Actions'; $string['bynameondate'] = 'by {$a->name} - {$a->date}'; diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 59c1f35cecc4e..64fa8dae55751 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -59,7 +59,7 @@ $string['attempts'] = 'Attempts'; $string['attemptsdeleted'] = 'Deleted attempts'; $string['attemptsremaining'] = 'You have {$a} attempt(s) remaining'; -$string['available'] = 'Open lesson'; +$string['available'] = 'Available from'; $string['averagescore'] = 'Average score'; $string['averagetime'] = 'Average time'; $string['branch'] = 'Branch';