]> git.mjollnir.org Git - moodle.git/commitdiff
community Hub MDL-19313 fix hard coded string for registration form title, merged...
authorjerome <jerome>
Wed, 27 May 2009 03:05:54 +0000 (03:05 +0000)
committerjerome <jerome>
Wed, 27 May 2009 03:05:54 +0000 (03:05 +0000)
admin/register.php
lang/en_utf8/moodle.php

index 5acb8d825646fa264f82bbebd0342dec68d61c01..7c3264f2a16bf1de88c527de775e3efe37c3a36f 100644 (file)
@@ -45,7 +45,7 @@
 
     echo "<form id=\"mform1\" class=\"mform\" action=\"http://moodle.org/register/\" method=\"post\">\n";
     echo '<fieldset id="registration">';
-    echo '<legend>Registration Information</legend>';
+    echo '<legend>'.get_string("registrationinfotitle").'</legend>';
 
     echo "<!-- The following hidden variables are to help prevent fake entries being sent. -->\n";
     echo "<!-- Together they form a key.  If any of these change between updates then the entry  -->\n";
index 908de47adc2c475606d4ae354b9ded34931ac3de..416c34bf363de131d66f5f6e397b84b684a871cc 100644 (file)
@@ -1294,6 +1294,7 @@ for important notifications such as security alerts and new releases of Moodle.<
    picture of the Moodle community as a whole.</p>
 <p>If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites.</p>
 <p>All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time by resubmitting this form.</p>';
+$string['registrationinfotitle'] = 'Registration Information';
 $string['registrationno'] = 'No, I do not want to receive email';
 $string['registrationsend'] = 'Send registration information to moodle.org';
 $string['registrationyes'] = 'Yes, please notify me about important issues';