diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-27 16:34:58 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-27 16:34:58 +0200 |
commit | aa2bd28a6a7f3b59eb1dd57a22e8aa4f8e1cab2c (patch) | |
tree | ab088031810272f7f86b0c72eb8841815aa457ae | |
parent | 66f9811151cbc0ebba237e010aa7f81734c78b38 (diff) | |
download | nextcloud-server-aa2bd28a6a7f3b59eb1dd57a22e8aa4f8e1cab2c.tar.gz nextcloud-server-aa2bd28a6a7f3b59eb1dd57a22e8aa4f8e1cab2c.zip |
fix typo
-rw-r--r-- | core/command/l10n/createjs.php | 2 |
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; |