mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
This commit is contained in:
parent
7826abc79f
commit
2a7eff41ad
8 changed files with 30 additions and 59 deletions
|
@ -33,7 +33,6 @@ $string['cannotcreatelangbase'] = 'Error: Could not create base lang directory';
|
|||
$string['cannotcreatetempdir'] = 'Cannot create temp directory';
|
||||
$string['cannotcreatesitedir'] = 'Cannot create site folder. The site administrator needs to fix the file permissions.';
|
||||
$string['cannotcreateuploaddir'] = 'Cannot create upload folder. The site administrator needs to fix the file permissions.';
|
||||
$string['cannotcreateuser'] = 'Error creating user record';
|
||||
$string['cannotcreateorfindstructs'] = 'Error finding or creating section structures for this course';
|
||||
$string['cannotcreatepopupwin'] = 'Undefined element - cannot create pop-up window';
|
||||
$string['cannotcustomisefiltersblockuser'] = 'You cannot customise filters settings in user or block contexts.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue