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 /picture.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 '')
-rw-r--r-- | picture.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/picture.php b/picture.php index 7e1af41d2..6176fbb38 100644 --- a/picture.php +++ b/picture.php @@ -443,7 +443,7 @@ $template->assign_vars(array( 'WIDTH_IMG' => $picture_size[0], 'HEIGHT_IMG' => $picture_size[1], - 'L_HOME' => $lang['gallery_index'], + 'L_HOME' => $lang['home'], 'L_SLIDESHOW' => $lang['slideshow'], 'L_STOP_SLIDESHOW' => $lang['slideshow_stop'], 'L_PREV_IMG' =>$lang['previous_image'].' : ', @@ -459,8 +459,8 @@ $template->assign_vars(array( 'L_DOWNLOAD_HINT' => $lang['download_hint'], 'L_PICTURE_METADATA' => $lang['picture_show_metadata'], 'L_PICTURE_HIGH' => $lang['picture_high'], - 'L_UP_HINT' => $lang['up_hint'], - 'L_UP_ALT' => $lang['up_alt'], + 'L_UP_HINT' => $lang['home_hint'], + 'L_UP_ALT' => $lang['home'], 'U_HOME' => add_session_id(PHPWG_ROOT_PATH.'category.php'), 'U_UP' => add_session_id($url_up), |