diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/slideshow.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/slideshow.tpl b/template/yoga/slideshow.tpl index b8df53f46..a310935a2 100644 --- a/template/yoga/slideshow.tpl +++ b/template/yoga/slideshow.tpl @@ -1,7 +1,7 @@ <div id="imageHeaderBar"> <div class="browsePath"> {if isset($U_SLIDESHOW_STOP) } - [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ] + [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ] {/if} </div> <div class="imageNumber">{$PHOTO}</div> |