Merged tidy-ups from stable

This commit is contained in:
moodler 2006-11-01 09:44:01 +00:00
parent 6dfb22349f
commit 304d08f0c4
76 changed files with 1463 additions and 1525 deletions

View file

@ -1,9 +1,11 @@
<?php // $Id$
<?PHP // $Id$
// block_html.php - created with Moodle 1.7 beta + (2006101003)
$string['html'] = 'HTML';
$string['configtitle'] = 'Block Title';
$string['configcontent'] = 'Content';
$string['configtitle'] = 'Block Title';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'leave blank to hide the title';
$string['newhtmlblock'] = '(new HTML block)';
?>
?>