From 8cc2a8c780450111413ae0f2fb89d200e24c0e7c Mon Sep 17 00:00:00 2001 From: Mihail Geshoski Date: Fri, 25 Oct 2019 11:49:03 +0800 Subject: [PATCH] MDL-66989 tool_uploaduser: Fix incorrect 'More help' link in help popup --- admin/tool/uploaduser/lang/en/tool_uploaduser.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin/tool/uploaduser/lang/en/tool_uploaduser.php b/admin/tool/uploaduser/lang/en/tool_uploaduser.php index f0903ae2324..6e875e6551d 100644 --- a/admin/tool/uploaduser/lang/en/tool_uploaduser.php +++ b/admin/tool/uploaduser/lang/en/tool_uploaduser.php @@ -67,9 +67,8 @@ $string['uploadusers_help'] = 'Users may be uploaded (and optionally enrolled in * Each line of the file contains one record * Each record is a series of data separated by commas (or other delimiters) * The first record contains a list of fieldnames defining the format of the rest of the file -* Required fieldnames are username, password, firstname, lastname, email - -More help'; +* Required fieldnames are username, password, firstname, lastname, email'; +$string['uploadusers_link'] = 'admin/tool/uploaduser/index'; $string['uploaduserspreview'] = 'Upload users preview'; $string['uploadusersresult'] = 'Upload users results'; $string['uploaduser:uploaduserpictures'] = 'Upload user pictures';