Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6

This commit is contained in:
Weblate 2016-10-18 13:41:00 +02:00
commit b28aba3ef5

View File

@ -463,8 +463,9 @@ class Advisor
$lines = array();
if ($file === FALSE) {
$errors[] = __(
'Error in reading file: The file \'' . $filename .'\' does not exist or is not readable'
$errors[] = sprintf(
__('Error in reading file: The file \'%s\' does not exist or is not readable!'),
$filename
);
return array('rules' => $rules, 'lines' => $lines, 'errors' => $errors);
}