瀏覽代碼

Fix view title

Alexis Degrugillier 11 年之前
父節點
當前提交
4c4604120e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/layout/nav_menu.phtml

+ 1 - 1
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>