aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-06-13 15:30:04 +0000
committerplegall <plg@piwigo.org>2006-06-13 15:30:04 +0000
commitc050d4a6d5db4115133b3c00301ce1e24ca9e198 (patch)
treec7cabf348f412798633ba39b3b9e625f66ef3fb6 /template
parent1d68294b454e11f05b78d4a0ab791eb8f0b8cebc (diff)
merge -r1342:1343 from branch 1.6 to trunk (bug 413 fixed)
git-svn-id: http://piwigo.org/svn/trunk@1344 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/picture.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl
index 63433f8bf..cdeeaf4a8 100644
--- a/template/yoga/picture.tpl
+++ b/template/yoga/picture.tpl
@@ -43,7 +43,7 @@
<!-- BEGIN next -->
<a class="navButton next" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}" rel="next"><img src="{pwg_root}{themeconf:icon_dir}/right.png" class="button" alt="{lang:next_page}"></a>
<!-- END next -->
- <a class="navButton up" href="{U_UP}" title="{L_UP_HINT}" rel="up"><img src="{pwg_root}{themeconf:icon_dir}/up.png" class="button" alt="{L_UP_ALT}"></a>
+ <a class="navButton up" href="{U_UP}" title="{lang:thumbnails}" rel="up"><img src="{pwg_root}{themeconf:icon_dir}/up.png" class="button" alt="{L_UP_ALT}"></a>
<!-- BEGIN previous -->
<a class="navButton prev" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}" rel="prev"><img src="{pwg_root}{themeconf:icon_dir}/left.png" class="button" alt="{lang:previous_page}"></a>
<!-- END previous -->