diff options
| author | 2013-11-08 22:07:35 +0100 | |
|---|---|---|
| committer | 2013-11-08 22:07:35 +0100 | |
| commit | 38cf6946ed2fdbf1149978428ed93053dd9a375a (patch) | |
| tree | 795d9abe85a7ac596a356432910ff9bc944112c7 /app/i18n/fr.php | |
| parent | b15781045e03adc725da468d95734048600f6c04 (diff) | |
Fix issue #244: catégorie "tous" devient "flux principal"
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 2e4fa88c4..37d562812 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -19,7 +19,7 @@ return array ( 'import_export_opml' => 'Importer / exporter (OPML)', 'subscription_management' => 'Gestion des abonnements', - 'all_feeds' => 'Tous (%d)', + 'all_feeds' => 'Flux principal (%d)', 'favorite_feeds' => 'Favoris (%d)', 'not_read' => '%d non lu', 'not_reads' => '%d non lus', |
