Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
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
| This issue duplicates: | ||||
| MDL-11165 | Grouping missing lang string |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
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 groupings_groups info
if ($status) {
if (!defined('BACKUP_SILENTLY')) {
+ echo "<li>".get_string("writinggroupingsgroupsinfo").'</li>';