Browse Source

fix lang var

Juan Carlos Raña 15 năm trước cách đây
mục cha
commit
6d95cae023
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/document/slideshow.php

+ 1 - 1
main/document/slideshow.php

@@ -102,7 +102,7 @@ function MM_openBrWindow(theURL,winName,features) { //v2.0
 <div class="actions">
 	<?php
 	// exit the slideshow
-	echo '<a href="document.php?action=exit_slideshow&curdirpath='.$pathurl.'">'.Display::return_icon('back.png').get_lang('Back').' '.get_lang('To').' '.get_lang('DocumentsOverview').'</a>&nbsp;';
+	echo '<a href="document.php?action=exit_slideshow&curdirpath='.$pathurl.'">'.Display::return_icon('back.png').get_lang('BackTo').' '.get_lang('DocumentsOverview').'</a>&nbsp;';
 
 	// show thumbnails
 	if ($slide_id <> "all") {