Skip to content

Commit

Permalink
Merge pull request Sylius#348 from Richtermeister/translations
Browse files Browse the repository at this point in the history
Fix translation & make it more consistent
  • Loading branch information
Paweł Jędrzejewski committed Sep 25, 2013
2 parents eba4752 + 006a404 commit d251ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<body>
<trans-unit id="1">
<source>sylius.cart.cart_save_completed</source>
<target>The cart have been updated correctly.</target>
<target>The cart has been successfully updated.</target>
</trans-unit>
<trans-unit id="2">
<source>sylius.cart.cart_clear_completed</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function it_should_have_a_default_error_flash_message_for_event_name($session, $
*/
function it_should_have_a_default_success_flash_message_for_event_name($session, $translator, $event, $flashBag, $cartEvents)
{
$messages = array(SyliusCartEvents::ITEM_ADD_COMPLETED => 'The cart have been updated correctly.');
$messages = array(SyliusCartEvents::ITEM_ADD_COMPLETED => 'The cart has been successfully updated.');
$this->messages = $messages;

$event
Expand Down

0 comments on commit d251ad7

Please sign in to comment.