mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-59524 general: Remove strings deprecated in 3.4
This commit is contained in:
parent
8e9e9a5f7e
commit
0504254f1d
16 changed files with 8 additions and 246 deletions
|
@ -1,2 +0,0 @@
|
|||
err_unknownfileextension,mod_workshop
|
||||
err_wrongfileextension,mod_workshop
|
|
@ -421,7 +421,3 @@ $string['workshop:viewreviewernames'] = 'View reviewer names';
|
|||
$string['yourassessmentfor'] = 'Your assessment for {$a}';
|
||||
$string['yourgrades'] = 'Your grades';
|
||||
$string['yoursubmission'] = 'Your submission';
|
||||
|
||||
// Deprecated since Moodle 3.4.
|
||||
$string['err_unknownfileextension'] = 'Unknown file extension: {$a}';
|
||||
$string['err_wrongfileextension'] = 'Some files ({$a->wrongfiles}) cannot be uploaded. Only file types {$a->whitelist} are allowed.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue