From c396f08708d431c6f7e8656eaca4fd8e440fdd39 Mon Sep 17 00:00:00 2001 From: patdenice Date: Fri, 12 Mar 2010 00:26:58 +0000 Subject: Bug corrected on picture_nav_buttons.tpl. An error occured during gettex migration. git-svn-id: http://piwigo.org/svn/trunk@5115 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/picture_nav_buttons.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/default/picture_nav_buttons.tpl') diff --git a/template/default/picture_nav_buttons.tpl b/template/default/picture_nav_buttons.tpl index 15b6afa40..06b236a88 100644 --- a/template/default/picture_nav_buttons.tpl +++ b/template/default/picture_nav_buttons.tpl @@ -38,22 +38,22 @@ {if isset($slideshow.U_START_REPEAT)} - {'Repeat the slideshow'|@translate} + {'Repeat the slideshow'|@translate} {/if} {if isset($slideshow.U_STOP_REPEAT)} - {'Not repeat the slideshow'|@translate} + {'Not repeat the slideshow'|@translate} {/if} {if isset($slideshow)} {if isset($slideshow.U_DEC_PERIOD)} - {'Accelerate diaporama speed'|@translate} + {'Accelerate diaporama speed'|@translate} {else} {/if} {if isset($slideshow.U_INC_PERIOD)} - {'Reduce diaporama speed'|@translate} + {'Reduce diaporama speed'|@translate} {else} {/if} -- cgit v1.2.3