diff options
author | nikrou <nikrou@piwigo.org> | 2010-05-08 20:23:13 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-05-08 20:23:13 +0000 |
commit | f1c5936f8b8b5ee4ca8aaeff156d15d6ed657a41 (patch) | |
tree | d318300eac7f8e79a34b6cb2ad9412d45ede1f7e /admin/themes/default | |
parent | eb0aec97524af79ced247393fac94ed4d14baf80 (diff) |
Fix language key (return in string) for message introduction in upgrade.php
git-svn-id: http://piwigo.org/svn/trunk@6127 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/upgrade.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/upgrade.tpl b/admin/themes/default/template/upgrade.tpl index 23e7f3359..1419b9495 100644 --- a/admin/themes/default/template/upgrade.tpl +++ b/admin/themes/default/template/upgrade.tpl @@ -92,7 +92,7 @@ textarea { margin-left: 20px; } </tr> </table> -<p>{'introduction message'|@translate|@sprintf:$introduction.CURRENT_RELEASE}</p> +<p>{'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 <strong>release %s</strong> (or equivalent).'|@translate|@sprintf:$introduction.CURRENT_RELEASE}</p> {if isset($login)} <p>{'Only administrator can run upgrade: please sign in below.'|@translate}</p> {/if} |