]> git.mjollnir.org Git - moodle.git/commitdiff
Added one string to moodle.php
authorstronk7 <stronk7>
Mon, 19 Jul 2004 18:18:21 +0000 (18:18 +0000)
committerstronk7 <stronk7>
Mon, 19 Jul 2004 18:18:21 +0000 (18:18 +0000)
To be used in different places.
Bug 1646
(http://moodle.org/bugs/bug.php?op=show&bugid=1646)

Merged from MOODLE_13_STABLE

lang/en/moodle.php
mod/attendance/backuplib.php
mod/dialogue/backuplib.php

index 1da2a73a84e061590f81944d461f1839a8c43716..79c06834ee3a2aea41c569873b0c9370a5234c74 100644 (file)
@@ -373,6 +373,7 @@ $string['enrolments'] = 'Enrolments';
 $string['entercourse'] = 'Click to enter this course';
 $string['enteremailaddress'] = 'Enter in your email address to reset your 
    password and have the new password sent to you via email.';
+$string['entries'] = 'Entries';
 $string['error'] = 'Error';
 $string['errortoomanylogins'] = 'Sorry, you have exceeded the allowed number of login attempts. Restart your browser.';
 $string['errorwhenconfirming'] = 'You are not confirmed yet because an error occurred.  If you clicked on a link in an email to get here, make sure that the line in your email wasn\'t broken or wrapped. You may have to use cut and paste to reconstruct the link properly.';
index 0d3e41518aa96a1ad52d470870da946d239000c2..57315ae9c0c68a694d8fdb3fc6fc6044f9786d82 100644 (file)
@@ -99,7 +99,7 @@
 
         //Now, if requested, the user_data
         if ($user_data) {
-            $info[1][0] = get_string("rolls","attendance");
+            $info[1][0] = get_string("entries");
             if ($ids = attendance_roll_ids_by_course ($course)) {
                 $info[1][1] = count($ids);
             } else {
index c285347791aa5f68ac4d0d5f7297389896d7bf78..9b5798a0da50f3593958de6f9cb9da5e7b2c48d7 100644 (file)
 
         //Now, if requested, the user_data
         if ($user_data) {
-            $info[1][0] = get_string("entries","dialogue");
+            $info[1][0] = get_string("entries");
             if ($ids = dialogue_entry_ids_by_course ($course)) {
                 $info[1][1] = count($ids);
             } else {