This commit is contained in:
Thomas Müller 2015-04-27 16:34:58 +02:00
parent 66f9811151
commit aa2bd28a6a

View File

@ -128,7 +128,7 @@ class CreateJs extends Command {
$TRANSLATIONS = array();
$PLURAL_FORMS = '';
if (!file_exists($phpFile)) {
throw new UnexpectedValueException("Php translation file <$phpFile> does not exist.");
throw new UnexpectedValueException("PHP translation file <$phpFile> does not exist.");
}
require $phpFile;