From d340520581a247ed830483f28c66d5343481b0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 25 Nov 2014 15:20:23 +0100 Subject: [PATCH] make messages more consistent with the new 'search' feature --- Resources/config/routing.yml | 2 +- Resources/translations/messages.fr.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index b51211203..bc4e467b3 100644 --- a/Resources/config/routing.yml +++ b/Resources/config/routing.yml @@ -43,7 +43,7 @@ chill_person_search: menus: main: order: 30 - label: Chercher une personne + label: Search within persons chill_person_history_list: pattern: /{_locale}/person/{person_id}/history diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml index c101b8e85..3f11beeaf 100644 --- a/Resources/translations/messages.fr.yml +++ b/Resources/translations/messages.fr.yml @@ -73,6 +73,7 @@ #search 'Person search results': Recherche de personnes +'Search within persons': Recherche parmi les personnes 'No persons matching search %pattern%': Aucune personne ne correpond à votre recherche "%pattern%". '%total% persons matching the search %pattern%': %total% personnes correspondent aux termes de recherche "%pattern%".