From 22f9befe827bdb0eee8f8e07903e32be8140aed1 Mon Sep 17 00:00:00 2001 From: donal72 Date: Tue, 16 Oct 2007 09:15:02 +0000 Subject: [PATCH] MDL-11329: fixed text: "Local courses for external users:" --- enrol/mnet/config.html | 2 +- lang/en_utf8/enrol_mnet.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/enrol/mnet/config.html b/enrol/mnet/config.html index 4737c7c194..3ed12aefd8 100644 --- a/enrol/mnet/config.html +++ b/enrol/mnet/config.html @@ -12,7 +12,7 @@ if (is_array($mnethosts)) { - + diff --git a/lang/en_utf8/enrol_mnet.php b/lang/en_utf8/enrol_mnet.php index f3100d2827..aed94197d1 100644 --- a/lang/en_utf8/enrol_mnet.php +++ b/lang/en_utf8/enrol_mnet.php @@ -18,5 +18,6 @@ $string['mnet_enrol_description'] = 'Publish this service to allow administ 'Subscribe to this service to be able to enrol your students in courses on $a.
'. '
'; +$string['mnetlocalforexternal'] = 'Local courses for external users'; ?> -- 2.39.5
Local courses for external users::