Fix view title

pull/696/head
Alexis Degrugillier 10 years ago
parent 0eae6ef6b4
commit 4c4604120e
  1. 2
      app/layout/nav_menu.phtml

@ -139,7 +139,7 @@
</a>
<?php $url_output['a'] = 'reader'; ?>
<a class="view_reader btn <?php echo $actual_view == 'reader'? 'active' : ''; ?>" title="<?php echo _t('global_view'); ?>" href="<?php echo Minz_Url::display($url_output); ?>">
<a class="view_reader btn <?php echo $actual_view == 'reader'? 'active' : ''; ?>" title="<?php echo _t('reader_view'); ?>" href="<?php echo Minz_Url::display($url_output); ?>">
<?php echo _i("view-reader"); ?>
</a>

Loading…
Cancel
Save