Skip to content

Commit

Permalink
BO: review wording by @AlexEven
Browse files Browse the repository at this point in the history
aleeks authored and maximebiloe committed Jul 10, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f093f51 commit 73895dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PrestaShopBundle/Translation/Api/InternationalApi.php
Original file line number Diff line number Diff line change
@@ -36,10 +36,10 @@ public function getTranslations()
return array(
'button_reset' => $this->translator->trans('Reset', array(), 'Admin.Actions'),
'button_save' => $this->translator->trans('Save', array(), 'Admin.Global'),
'button_leave' => $this->translator->trans('Leave Anyway', array(), 'Admin.Global'),
'button_leave' => $this->translator->trans('Leave anyway', array(), 'Admin.Notifications.Warning'),
'button_search' => $this->translator->trans('Search', array(), 'Admin.Actions'),
'modal_title' => $this->translator->trans('Confirm this action', array(), 'Admin.Global'),
'modal_content' => $this->translator->trans('Your modifications are not saved yet. Do you wish to save it before leaving?', array(), 'Admin.Global'),
'modal_title' => $this->translator->trans('Confirm this action', array(), 'Admin.Actions'),
'modal_content' => $this->translator->trans('Your modifications are not saved yet. Do you wish to save it before leaving?', array(), 'Admin.Notifications.Warning'),
'head_title' => $this->translator->trans('Translations', array(), 'Admin.Navigation.Menu'),
/* Missing is plural, always > 1 */
'label_missing' => $this->translator->trans('%d missing', array(), 'Admin.International.Feature'),

0 comments on commit 73895dd

Please sign in to comment.