From 6d3f598bd74592c4ebf3e264d1c37df4d0ab7463 Mon Sep 17 00:00:00 2001
From: mits <mits>
Date: Tue, 13 May 2008 09:26:11 +0000
Subject: [PATCH] Adding a missing single quote for logfilenotavailable.

---
 lang/en_utf8/error.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.<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';
-- 
2.39.5