]> git.mjollnir.org Git - moodle.git/commitdiff
Adding a missing single quote for logfilenotavailable.
authormits <mits>
Tue, 13 May 2008 09:26:11 +0000 (09:26 +0000)
committermits <mits>
Tue, 13 May 2008 09:26:11 +0000 (09:26 +0000)
lang/en_utf8/error.php

index 178117b1d5bf6c9d4bef6186b6a57dfab5419c31..13574304b04432f49f3dedf67bb5da7e2983cac7 100644 (file)
@@ -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.<br /> 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';