aboutsummaryrefslogtreecommitdiffstats
path: root/core/command/l10n/createjs.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/command/l10n/createjs.php')
-rw-r--r--core/command/l10n/createjs.php2
1 files changed, 1 insertions, 1 deletions
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;