Moodle

writinggroupingsgroupsinfo string missing

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Duplicate
  • Affects Version/s: 1.9
  • Fix Version/s: None
  • Component/s: Language
  • Labels:
    None
  • Environment:
    CentOS
  • Database:
    MySQL
  • Affected Branches:
    MOODLE_19_STABLE

Description

[[writinggroupingsgroupsinfo]] string appears while a course is being backed up.

Issue Links

Activity

Hide
Koen Roggemans added a comment -

Did some searching on this and apparently this string is not defined in the language packs

RCS file: /cvsroot/moodle/moodle/backup/backuplib.php,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
— backuplib.php 13 Aug 2007 02:23:10 -0000 1.165
+++ backuplib.php 14 Aug 2007 00:50:30 -0000 1.166
@@ -2884,17 +2906,17 @@
}
}

  • //Print groups info
    + //Print groupings_groups info
    if ($status) {
    if (!defined('BACKUP_SILENTLY')) {
  • echo "<li>".get_string("writinggroupsinfo").'</li>';
    + echo "<li>".get_string("writinggroupingsgroupsinfo").'</li>';
Show
Koen Roggemans added a comment - Did some searching on this and apparently this string is not defined in the language packs RCS file: /cvsroot/moodle/moodle/backup/backuplib.php,v retrieving revision 1.165 retrieving revision 1.166 diff -u -d -r1.165 -r1.166 — backuplib.php 13 Aug 2007 02:23:10 -0000 1.165 +++ backuplib.php 14 Aug 2007 00:50:30 -0000 1.166 @@ -2884,17 +2906,17 @@ } }
  • //Print groups info + //Print groupings_groups info if ($status) { if (!defined('BACKUP_SILENTLY')) {
  • echo "<li>".get_string("writinggroupsinfo").'</li>'; + echo "<li>".get_string("writinggroupingsgroupsinfo").'</li>';

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: