Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-19903

Backup report table header needs to be fixed.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.9.7
    • 1.9.5, 2.0
    • Language
    • None
    • MOODLE_19_STABLE, MOODLE_20_STABLE
    • MOODLE_19_STABLE
    • Easy

      Now $string['next'] of lang/en_utf8/moodle is used both Wiki (mod/glossary/lib.php - line2434) and Backup report (admin/report/backups/index.php - line60). Because it's difficult to translate grammatically, backup report table header 'Next' needs to be fixed as below.

      File: lang/en_utf8/moodle.php
      Line:168
      [Before]
      $string['backuporiginalname'] = 'Backup Name';
      [After]
      $string['backupnext'] = 'Next backup';
      $string['backuporiginalname'] = 'Backup Name';

      File: admin/report/backups/index.php
      Line: 41
      [before]
      $strnext = get_string("next");
      [After]
      $strnext = get_string("backupnext");

      See backup_report.patch for more detail.

            andyjdavis Andrew Davis
            mits Mitsuhiro Yoshida
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.