From: nicolasconnault Date: Mon, 23 Apr 2007 04:14:11 +0000 (+0000) Subject: MDL-9457 Missed a few files X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5b73a23ca883ad2d46063f15dad43832f3664e56;p=moodle.git MDL-9457 Missed a few files --- diff --git a/admin/mnet/trustedhosts.html b/admin/mnet/trustedhosts.html index f2f4b88fb6..1aa16d38b1 100644 --- a/admin/mnet/trustedhosts.html +++ b/admin/mnet/trustedhosts.html @@ -26,7 +26,7 @@ admin_externalpage_print_header($adminroot); @@ -42,13 +42,13 @@ admin_externalpage_print_header($adminroot); diff --git a/blocks/glossary_random/config_instance.html b/blocks/glossary_random/config_instance.html index 0f35eea605..5b5d2ea077 100644 --- a/blocks/glossary_random/config_instance.html +++ b/blocks/glossary_random/config_instance.html @@ -27,6 +27,7 @@ config->type, ""); helpbutton("",get_string("type","block_glossary_random"),"moodle",true,false,get_string("typehelp","block_glossary_random")); + // helpbutton("type_help", get_string("type_help", "block_glossary_random"), "block/glossary_random"); ?> diff --git a/lang/en_utf8/lams.php b/lang/en_utf8/lams.php index b08b81a084..bed655fb1f 100644 --- a/lang/en_utf8/lams.php +++ b/lang/en_utf8/lams.php @@ -20,8 +20,8 @@ $string['openmonitor'] = 'Open LAMS Monitor'; $string['refreshSequenceList'] = 'Refresh sequence list'; $string['selectExistingSequence'] = 'Select an existing sequence or create a new sequence.'; $string['sequence'] = 'Select Sequence'; -$string['serverid'] = 'Enter the server ID received from LAMS international.'; -$string['serverkey'] = 'Enter the server key received from LAMS international.'; +$string['serverid'] = 'Enter the server ID received from LAMS international.'; +$string['serverkey'] = 'Enter the server key received from LAMS international.'; $string['serverurl'] = 'Enter the basic URL used to access the LAMS server. For example http://localhost:8080/lams'; $string['useSequence'] = 'Use selected sequence'; $string['visibletostudents'] = 'Show activity to students';