Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2261 from diemuzi/patch-3
Browse files Browse the repository at this point in the history
Update library/Zend/I18n/Translator/Translator.php
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static function factory($options)
if (isset($options['translation_file_patterns'])) {
if (!is_array($options['translation_file_patterns'])) {
throw new Exception\InvalidArgumentException(
'"translation_patterns" should be an array'
'"translation_file_patterns" should be an array'
);
}

Expand Down

0 comments on commit 5e594c4

Please sign in to comment.