From aa2bd28a6a7f3b59eb1dd57a22e8aa4f8e1cab2c Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 27 Apr 2015 16:34:58 +0200 Subject: fix typo --- core/command/l10n/createjs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/command/l10n/createjs.php b/core/command/l10n/createjs.php index 20ce288e8be..78f3229b179 100644 --- a/core/command/l10n/createjs.php +++ b/core/command/l10n/createjs.php @@ -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; -- cgit v1.2.3