From 0859e69be044f1ae56b8492ff82e6de06b739d34 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 25 Aug 2013 00:51:10 +0200 Subject: Short labels for number of unread items On the aside flux, suggestion of showing only a number (e.g. "7") instead of the longer (e.g. "7 unread") --- app/layout/aside_flux.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index ccbb0e213..5c954c8d9 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -59,7 +59,7 @@ name (); ?> 0) { ?> - 1 ? Translate::t ('not_reads', $catNotRead) : Translate::t ('not_read', $catNotRead); ?> + -- cgit v1.2.3