From f7f6c513f80eaef368b562bbefbe17e40971c082 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 30 Apr 2011 07:25:08 +0200 Subject: [PATCH] fixed typo --- UPDATE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/UPDATE.md b/UPDATE.md index 0552fc3c37..125638b90a 100644 --- a/UPDATE.md +++ b/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 -------------