fix typo
This commit is contained in:
parent
66f9811151
commit
aa2bd28a6a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue