Browse Source

typo

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
abc0df6145
  1. 2
      framework/yii/i18n/MessageFormatter.php

2
framework/yii/i18n/MessageFormatter.php

@ -57,7 +57,7 @@ class MessageFormatter extends \MessageFormatter
/**
* Replace named placeholders with numeric placeholders.
*
* @param string $pattern The pattern string to relace things into.
* @param string $pattern The pattern string to replace things into.
* @param array $args The array of values to insert into the format string.
* @return string The pattern string with placeholders replaced.
*/

Loading…
Cancel
Save