From 85cbfcedb50b3a579d13697b4ec27c87450f68a7 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 7 Jan 2021 15:47:39 -0500 Subject: Update user query feature (#3338) * Change user query wording There was some misunderstanding in the use of the user query feature, probably because of the wording. I've change it to make it more obvious. * Fix feedback when a query is bookmarked Before, the displayed query name was not the one intended. Now, the name is the one of the current bookmark * Document user queries I've added a few words on how to use the user queries because it seems there was some misunderstanding. See #3219 --- app/i18n/it/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/it') diff --git a/app/i18n/it/index.php b/app/i18n/it/index.php index 9f81f7704..4418fe5fb 100644 --- a/app/i18n/it/index.php +++ b/app/i18n/it/index.php @@ -31,9 +31,9 @@ return array( ), 'menu' => array( 'about' => 'Informazioni', - 'add_query' => 'Aggiungi ricerca', 'before_one_day' => 'Giorno precedente', 'before_one_week' => 'Settimana precedente', + 'bookmark_query' => 'Bookmark current query', // TODO - Translation 'favorites' => 'Preferiti (%s)', 'global_view' => 'Vista globale per categorie', 'main_stream' => 'Flusso principale', -- cgit v1.2.3