diff options
| author | 2021-01-07 15:47:39 -0500 | |
|---|---|---|
| committer | 2021-01-07 21:47:39 +0100 | |
| commit | 85cbfcedb50b3a579d13697b4ec27c87450f68a7 (patch) | |
| tree | f80a4438ef52a14ee0d5ea272a60f8e1ce429e83 /app/i18n/es/index.php | |
| parent | ef458992c12438f88780c52076cf105e3de8a60e (diff) | |
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
Diffstat (limited to 'app/i18n/es/index.php')
| -rwxr-xr-x | app/i18n/es/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/es/index.php b/app/i18n/es/index.php index 28dc1a6d2..dac4a8b2a 100755 --- a/app/i18n/es/index.php +++ b/app/i18n/es/index.php @@ -31,9 +31,9 @@ return array( ), 'menu' => array( 'about' => 'Acerca de FreshRSS', - 'add_query' => 'Añadir petición', 'before_one_day' => 'Con más de 1 día', 'before_one_week' => 'Con más de una semana', + 'bookmark_query' => 'Bookmark current query', // TODO - Translation 'favorites' => 'Favoritos (%s)', 'global_view' => 'Vista Global', 'main_stream' => 'Salida Principal', |
