From c40ec29f2c136b9cdc29273b246f92cede68ae9e Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 14 Sep 2010 02:20:24 +0000 Subject: [PATCH] data MDL-24180 altered the view from/to strings to make it clearer what they mean --- mod/data/lang/en/data.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/data/lang/en/data.php b/mod/data/lang/en/data.php index a5737ff5543..c779cb98769 100755 --- a/mod/data/lang/en/data.php +++ b/mod/data/lang/en/data.php @@ -326,6 +326,6 @@ $string['uploadrecords'] = 'Upload entries from a file'; $string['url'] = 'Url'; $string['usestandard'] = 'Use a preset'; $string['usestandard_help'] = 'To use a preset available to the whole site, select it from the list. (If you have added a preset to the list using the save as preset feature then you have the option of deleting it.)'; -$string['viewfromdate'] = 'Viewable from'; -$string['viewtodate'] = 'Viewable to'; +$string['viewfromdate'] = 'Read only from'; +$string['viewtodate'] = 'Read only to'; $string['wrongdataid'] = 'Wrong data id provided';