commit 19eaebfb2a14afdb3bd11cc64ef674794cb225b6 Author: Eduardo Pinto Date: Tue Apr 12 02:34:17 2011 +0100 MDL-26175 - Added const to error.php diff --git a/lang/en/error.php b/lang/en/error.php index 2c72968..fae7858 100644 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -443,6 +443,7 @@ $string['storedfileproblem'] = 'Unknown exception related to local files ({$a})' $string['tagdisabled'] = 'Tags are disabled!'; $string['tagnotfound'] = 'The specified tag was not found in the database'; $string['targetdatabasenotempty'] = 'The target database is not empty. Transfer aborted for safety reasons.'; +$string['tmp_backup_directory_not_found'] = 'The backup directory was not found ({$a})'; $string['textconditionsnotallowed'] = 'Comparisons of text column conditions are not allowed. Please use sql_compare_text() in your query.'; $string['themenotinstall'] = 'This theme is not installed!'; $string['TODO'] = 'TODO';