# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/course/report/log/lib.php
--- moodle/course/report/log/lib.php Base (1.22.2.4)
+++ moodle/course/report/log/lib.php Locally Modified (Based On 1.22.2.4)
@@ -186,6 +186,7 @@
         'add' => get_string('add'),
         'update' => get_string('update'),
         'delete' => get_string('delete'),
+        'login' => get_string('login'),
         '-view' => get_string('allchanges')
     );
 
@@ -401,6 +402,7 @@
         'add' => get_string('add'),
         'update' => get_string('update'),
         'delete' => get_string('delete'),
+        'login' => get_string('login'),
         '-view' => get_string('allchanges')
     );
 
