Put count of unread items into translation

This commit is contained in:
maciej 2013-07-27 21:45:45 +02:00
parent 49930f2144
commit 986447de52
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<?php else: ?>
<div class="page-header">
<h2><span id="page-counter"><?= isset($nb_items) ? $nb_items.' ' : '' ?></span><?= t('unread items') ?></h2>
<h2><?= t('<span id="page-counter">%s</span>unread items', isset($nb_items) ? $nb_items. ' ' : '') ?></h2>
<ul>
<li>
<a href="?action=mark-as-read" data-action="mark-all-read">