aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-11-02 18:22:59 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-11-02 18:22:59 -0500
commit4c4604120e41ad8f40e6299bd7baaa7ea9c7c3db (patch)
tree12efdc0d3b4c80d105a81fcd8bd9642704030356
parent0eae6ef6b41085e83f7ad9f946cd9cb116542759 (diff)
Fix view title
-rw-r--r--app/layout/nav_menu.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml
index 775daf088..dd7cbea30 100644
--- a/app/layout/nav_menu.phtml
+++ b/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>