Просмотр исходного кода

Merge pull request #488 from aledeg/error-favorite

Fix error when displaying favorite count
Alexandre Alapetite 12 лет назад
Родитель
Сommit
951a137f2d
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      app/i18n/en.php
  2. 1 1
      app/i18n/fr.php

+ 1 - 1
app/i18n/en.php

@@ -27,7 +27,7 @@ return array (
 	'subscription_management'	=> 'Subscriptions management',
 	'main_stream'			=> 'Main stream',
 	'all_feeds'			=> 'All feeds',
-	'favorite_feeds'		=> 'Favourites (%d)',
+	'favorite_feeds'		=> 'Favourites (%s)',
 	'not_read'			=> '%d unread',
 	'not_reads'			=> '%d unread',
 

+ 1 - 1
app/i18n/fr.php

@@ -27,7 +27,7 @@ return array (
 	'subscription_management'	=> 'Gestion des abonnements',
 	'main_stream'			=> 'Flux principal',
 	'all_feeds'			=> 'Tous les flux',
-	'favorite_feeds'		=> 'Favoris (%d)',
+	'favorite_feeds'		=> 'Favoris (%s)',
 	'not_read'			=> '%d non lu',
 	'not_reads'			=> '%d non lus',