From 0d235cbadd1fdc3a00d97128746f5138e9faa447 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 8 Apr 2020 13:17:20 +0200 Subject: Swap shortcuts for mark all articles as read / mark previous articles as read (#2881) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Swap shortcuts for mark all articles as read / mark previous articles as read #fix https://github.com/FreshRSS/FreshRSS/issues/2865 Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2843 * ⇧ Shift+R to mark all articles as read; * Alt ⎇+r to mark previous articles as read. * i18n --- app/i18n/pt-br/conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/pt-br') diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php index 7507b82c6..571103294 100644 --- a/app/i18n/pt-br/conf.php +++ b/app/i18n/pt-br/conf.php @@ -180,7 +180,7 @@ return array( 'reading_view' => 'Mudar para o modo de leitura', 'rss_view' => 'Abrir visualização de RSS em uma nova aba', 'see_on_website' => 'Visualize o site original', - 'shift_for_all_read' => '+ ⇧ Shift to mark previous articles as read
+ Alt ⎇ para marcar todos os artigos como lido', // TODO - Translation + 'shift_for_all_read' => '+ Alt ⎇ to mark previous articles as read
+ ⇧ Shift para marcar todos os artigos como lido', // TODO - Translation 'skip_next_article' => 'Focar o próximo sem abri-lo', 'skip_previous_article' => 'Focar o anterior sem abri-lo', 'title' => 'Atalhos', -- cgit v1.2.3