From: mits Date: Tue, 13 May 2008 09:26:11 +0000 (+0000) Subject: Adding a missing single quote for logfilenotavailable. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6d3f598bd74592c4ebf3e264d1c37df4d0ab7463;p=moodle.git Adding a missing single quote for logfilenotavailable. --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 178117b1d5..13574304b0 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -150,7 +150,7 @@ $string['listcantmoveleft'] = 'Failed to move item left, it has no parent.'; $string['listcantmoveright'] = 'Failed to move item right, their is no peer to make it a child of. Move it below another peer and then you can move it right.'; $string['loginasonecourse'] = 'You can not enter this course.
You have to terminate the \"Login as\" session before entering any other course.'; $string['loginasnoenrol'] = 'You can not use enrol or unenrol when in course \"Login as\" session.'; -$string['logfilenotavailable] = 'Logs not available'; +$string['logfilenotavailable'] = 'Logs not available'; $string['messagingdisable'] = 'Messaging is disabled on this site'; $string['missingfield'] = 'Field \"$a\" is missing.'; $string['missingrequiredfield'] = 'Some required field is missing';