Browse Source

Fix singular form of messages.

chinpei215 10 years ago
parent
commit
114914e523
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/TestCase/I18n/I18nTest.php

+ 2 - 2
tests/TestCase/I18n/I18nTest.php

@@ -327,7 +327,7 @@ class I18nTest extends TestCase
                 'letter' => [
                     '_context' => [
                         'character' => 'The letter {0}',
-                        'communication' => 'The letters {0} and {1}',
+                        'communication' => 'She wrote a letter to {0}',
                     ]
                 ],
                 'letters' => [
@@ -398,7 +398,7 @@ class I18nTest extends TestCase
                 'letter' => [
                     '_context' => [
                         'character' => 'The letter {0}',
-                        'communication' => 'The letters {0} and {1}',
+                        'communication' => 'She wrote a letter to {0}',
                     ]
                 ],
                 'letters' => [