mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Fixed a hardcoded string (thanks, koen) bug #1022
This commit is contained in:
parent
5c9cbb399e
commit
fed7c5ba94
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ $string['description'] = 'Description';
|
|||
$string['duedate'] = 'Due date';
|
||||
$string['duedateno'] = 'No due date';
|
||||
$string['early'] = '$a early';
|
||||
$string['existingfiledeleted'] = 'Existing file has been deleted: $a';
|
||||
$string['failedupdatefeedback'] = 'Failed to update submission feedback for user $a';
|
||||
$string['feedback'] = 'Feedback';
|
||||
$string['feedbackupdated'] = 'Submissions feedback updated for $a people';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue