Fabien Potencier 14 vuotta sitten
vanhempi
commit
f7f6c513f8
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      UPDATE.md

+ 2 - 3
UPDATE.md

@@ -44,16 +44,15 @@ beta1 to beta2
     Before: array('default', 'foo')
     After:  array('default' => 'doctrine.orm.default_entity_manager', 'foo' => 'doctrine.orm.foo_entity_manager'))
 
-* Application translation are now in the `Resources` folder:
+* Application translations are now stored in the `Resources` directory:
 
     Before:
 
       app/translations/catalogue.fr.xml
 
     After:
- 
-      app/Resources/translations/catalogue.fr.xml
 
+      app/Resources/translations/catalogue.fr.xml
 
 PR12 to beta1
 -------------