Skip to content

Commit

Permalink
MDL-39368 url: Renaming sections of the settings form
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart committed Apr 29, 2013
1 parent bd45c1a commit 9cf26d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions mod/url/lang/en/url.php
Expand Up @@ -57,10 +57,9 @@
$string['modulename_link'] = 'mod/url/view';
$string['modulenameplural'] = 'URLs';
$string['neverseen'] = 'Never seen';
$string['optionsheader'] = 'Options';
$string['page-mod-url-x'] = 'Any URL module page';
$string['parameterinfo'] = '&parameter=variable';
$string['parametersheader'] = 'Parameters';
$string['parametersheader'] = 'URL variables';
$string['parametersheader_help'] = 'Some internal Moodle variables may be automatically appended to the URL. Type your name for the parameter into each text box(es) and then select the required matching variable.';
$string['pluginadministration'] = 'URL module administration';
$string['pluginname'] = 'URL';
Expand Down
2 changes: 1 addition & 1 deletion mod/url/mod_form.php
Expand Up @@ -55,7 +55,7 @@ function definition() {
$mform->setExpanded('content');

//-------------------------------------------------------
$mform->addElement('header', 'optionssection', get_string('optionsheader', 'url'));
$mform->addElement('header', 'optionssection', get_string('appearance'));

if ($this->current->instance) {
$options = resourcelib_get_displayoptions(explode(',', $config->displayoptions), $this->current->display);
Expand Down

0 comments on commit 9cf26d0

Please sign in to comment.