Moodle

Backup report table header needs to be fixed.

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.5, 2.0
  • Fix Version/s: 1.9.7
  • Component/s: Language
  • Labels:
    None
  • Difficulty:
    Easy
  • Affected Branches:
    MOODLE_19_STABLE, MOODLE_20_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

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.

Activity

Hide
Martin Dougiamas added a comment -

Andrew can you fix this in HEAD?

Show
Martin Dougiamas added a comment - Andrew can you fix this in HEAD?
Hide
Andrew Davis added a comment -

Fixed in both MOODLE_19_STABLE and trunk

Show
Andrew Davis added a comment - Fixed in both MOODLE_19_STABLE and trunk

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: