From d072215fdd33c023a06cb458bcd3f283acffb973 Mon Sep 17 00:00:00 2001 From: koenr Date: Thu, 22 Feb 2007 20:43:42 +0000 Subject: [PATCH] fixed two typo's --- lang/en_utf8/mnet.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/mnet.php b/lang/en_utf8/mnet.php index a25f9babea..a1c54eb82c 100644 --- a/lang/en_utf8/mnet.php +++ b/lang/en_utf8/mnet.php @@ -12,7 +12,7 @@ $string['mnetservices'] = 'Moodle network services'; $string['trustedhosts'] = 'XML-RPC hosts'; $string['trustedhostsexplain'] = '

The trusted hosts mechanism allows specific machines to execute calls via XML-RPC to any part of the Moodle API. This - available for scripts to control Moodle behaviour and can be + is available for scripts to control Moodle behaviour and can be a very dangerous option to enable. If in doubt, keep it off.

This is not needed for Moodle Networking.

To enable it, enter a list of IP addresses or networks, @@ -98,7 +98,8 @@ $string['ssl_acl_deny'] = 'SSO ACL: Deny user $a[0] from $a[1]'; $string['enabled_for_all'] = '(This service has been enabled for all hosts).'; $string['nosuchfile'] = 'The file/function $a does not exist.'; $string['nosuchfunction'] = 'Unable to locate function, or function prohibited for RPC.'; -$string['nosuchmodule'] = 'The function was incorrectly addressed and could not be located.\nPlease use the mod/modulename/lib/functionname format.'; +$string['nosuchmodule'] = 'The function was incorrectly addressed and could not be located. Please use the +mod/modulename/lib/functionname format.'; $string['nosuchpublickey'] = 'Unable to obtain public key for signature verification.'; $string['nosuchservice'] = 'The RPC service is not running on this host.'; $string['nosuchtransport'] = 'No transport with that ID exists.'; -- 2.39.5