Skip to content

Commit

Permalink
MDL-9457 Missed a few files
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Apr 23, 2007
1 parent e9b9c28 commit cb7c915
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions admin/mnet/trustedhosts.html
Expand Up @@ -26,7 +26,7 @@
<th class="header c0" colspan="2"><?php print_string('testtrustedhosts', 'mnet'); ?></th>
</tr>
<?php
if (!empty($test_ip_address)):
if (!empty($test_ip_address)){
?>
<tr>
<td class="cell c1" colspan="2">
Expand All @@ -42,13 +42,13 @@
</td>
</tr>
<?php
else:
} else {
?>
<tr>
<td class="cell c1" colspan="2"><?php print_string('testtrustedhostsexplain', 'mnet'); ?></td>
</tr>
<?php
endif;
}
?>
<tr>
<td class="cell c1" colspan="2">
Expand Down
1 change: 1 addition & 0 deletions blocks/glossary_random/config_instance.html
Expand Up @@ -27,6 +27,7 @@
<td><?php
choose_from_menu($type, "type", $this->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");
?></td>
</tr>

Expand Down
4 changes: 2 additions & 2 deletions lang/en_utf8/lams.php
Expand Up @@ -20,8 +20,8 @@
$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 <a href=http://www.lamsinternational.com target=_blank>LAMS international</a>.';
$string['serverkey'] = 'Enter the server key received from <a href=http://www.lamsinternational.com target=_blank>LAMS international</a>.';
$string['serverid'] = 'Enter the server ID received from <a href=\"http://www.lamsinternational.com\">LAMS international</a>.';
$string['serverkey'] = 'Enter the server key received from <a href=\"http://www.lamsinternational.com\">LAMS international</a>.';
$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';
Expand Down

0 comments on commit cb7c915

Please sign in to comment.