diff options
author | gweltas <gweltas@piwigo.org> | 2004-11-18 14:57:00 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-11-18 14:57:00 +0000 |
commit | f20efb0cfa8f792808cc85266563fef708b7b9a5 (patch) | |
tree | 00226503ebbae1c634e8442368a876edcbb03bee /search.php | |
parent | 1bf3753f1449eedc4bd39c79b6ca17dc4f396e76 (diff) |
Unification of "Return to main page" entry in the language files.
git-svn-id: http://piwigo.org/svn/trunk@607 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php index 673112424..5fb9c9b25 100644 --- a/search.php +++ b/search.php @@ -236,7 +236,7 @@ $template->set_filenames( array('search'=>'search.tpl') ); $template->assign_vars(array( 'L_TITLE' => $lang['search_title'], 'L_SEARCH_COMMENTS' => $lang['search_comments'], - 'L_RETURN' => $lang['gallery_index'], + 'L_RETURN' => $lang['home'], 'L_SUBMIT' => $lang['submit'], 'L_SEARCH_OR'=>$lang['search_mode_or'], 'L_SEARCH_AND'=>$lang['search_mode_and'], |