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

Update library/Zend/I18n/Translator/Translator.php #2261

Merged
merged 1 commit into from Aug 29, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/Zend/I18n/Translator/Translator.php
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