MDL-30617 lang: improve mod chooser strings

This commit is contained in:
Dan Poltawski 2012-05-18 12:46:13 +08:00
parent ad10c481e1
commit 1edff8c7ed
2 changed files with 3 additions and 4 deletions

View File

@ -167,7 +167,7 @@ class core_course_renderer extends plugin_renderer_base {
global $OUTPUT;
// Add the header
$header = html_writer::tag('div', get_string('choosemodtype', 'moodle'),
$header = html_writer::tag('div', get_string('addresourceoractivity', 'moodle'),
array('id' => 'choosertitle', 'class' => 'hd'));
$formcontent = html_writer::start_tag('form', array('action' => new moodle_url('/course/jumpto.php'),

View File

@ -225,7 +225,6 @@ $string['idnumbercoursecategory'] = 'Category ID number';
$string['idnumbercoursecategory_help'] = 'The ID number of a course category is only used when matching the category against external systems and is not displayed anywhere on the site. If the category has an official code name it may be entered, otherwise the field can be left blank.';
$string['categoryupdated'] = 'The category \'{$a}\' was updated';
$string['changesmadereallygoaway'] = 'You have made changes. Are you sure you want to navigate away and lose your changes?';
$string['choosemodtype'] = 'Select a resource or activity to add';
$string['city'] = 'City/town';
$string['clambroken'] = 'Your administrator has enabled virus checking for file uploads but has misconfigured something.<br />Your file upload was NOT successful. Your administrator has been emailed to notify them so they can fix it.<br />Maybe try uploading this file later.';
$string['clamdeletedfile'] = 'The file has been deleted';
@ -1055,8 +1054,8 @@ $string['missingurl'] = 'Missing URL';
$string['missingusername'] = 'Missing username';
$string['moddoesnotsupporttype'] = 'Module {$a->modname} does not support uploads of type {$a->type}';
$string['modified'] = 'Modified';
$string['modchooserenable'] = 'Enable module chooser dialogue';
$string['modchooserdisable'] = 'Disable module chooser dialogue';
$string['modchooserenable'] = 'Activity chooser on';
$string['modchooserdisable'] = 'Activity chooser off';
$string['moduledeleteconfirm'] = 'You are about to completely delete the module \'{$a}\'. This will completely delete everything in the database associated with this activity module. Are you SURE you want to continue?';
$string['moduledeletefiles'] = 'All data associated with the module \'{$a->module}\' has been deleted from the database. To complete the deletion (and prevent the module re-installing itself), you should now delete this directory from your server: {$a->directory}';
$string['moduleintro'] = 'Description';