From fc641b39edac1b5ff21db8c3b9612a8ed15e82db Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 2 Jan 2021 11:14:51 -0500 Subject: Fix translation inconsistencies (#3316) Translation inconsistencies mentioned in ticket #1783 have been addressed. We need to think if we drop one of the strings to avoid translation duplication. See #1783 --- 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 5db251806..9f81f7704 100644 --- a/app/i18n/it/index.php +++ b/app/i18n/it/index.php @@ -19,7 +19,7 @@ return array( 'add' => 'Aggiungi un Feed RSS', 'empty' => 'Non ci sono articoli da mostrare.', 'rss_of' => 'RSS feed di %s', - 'title' => 'RSS feeds', + 'title' => 'Flusso principale', 'title_fav' => 'Preferiti', 'title_global' => 'Vista globale per categorie', ), -- cgit v1.2.3