From 2f08283864615990a47ef8b3995ab88402eda478 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 19 Oct 2013 11:04:11 +0000 Subject: feature 2978: remove useless sprintf in the core git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/upgrade.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'admin/themes/default/template/upgrade.tpl') diff --git a/admin/themes/default/template/upgrade.tpl b/admin/themes/default/template/upgrade.tpl index f859ed56e..641f1b23e 100644 --- a/admin/themes/default/template/upgrade.tpl +++ b/admin/themes/default/template/upgrade.tpl @@ -161,7 +161,7 @@ input[type="text"]:focus, input[type="password"]:focus, select:focus { -

{'This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a release %s (or equivalent).'|@translate|@sprintf:$introduction.CURRENT_RELEASE}

+

{'This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a release %s (or equivalent).'|@translate:$introduction.CURRENT_RELEASE}

{if isset($login)}

{'Only administrator can run upgrade: please sign in below.'|@translate}

{/if} @@ -180,19 +180,19 @@ input[type="text"]:focus, input[type="password"]:focus, select:focus { {/if}

- +

{/if} {if isset($upgrade)} -

{'Upgrade from version %s to %s'|@translate|@sprintf:$upgrade.VERSION:$RELEASE}

+

{'Upgrade from version %s to %s'|@translate:$upgrade.VERSION:$RELEASE}

{'Statistics'|@translate} -- cgit v1.2.3