Explorar el Código

Merge pull request #488 from aledeg/error-favorite

Fix error when displaying favorite count
Alexandre Alapetite hace 12 años
padre
commit
951a137f2d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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',