diff options
author | plegall <plg@piwigo.org> | 2010-04-02 07:56:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-02 07:56:18 +0000 |
commit | 1850b89a2b6c338767a6c0c013a86bd9306aef6c (patch) | |
tree | 2b05e0d16bf102c614cc2951dd738d30873e1a70 /admin/themes | |
parent | ccfb569f17f4937ccd4cde09bc5674dda12c3e10 (diff) |
Fix missing keys: in upgrade.tpl
git-svn-id: http://piwigo.org/svn/trunk@5562 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/default/template/upgrade.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/upgrade.tpl b/admin/themes/default/template/upgrade.tpl index 4b1964775..23e7f3359 100644 --- a/admin/themes/default/template/upgrade.tpl +++ b/admin/themes/default/template/upgrade.tpl @@ -112,12 +112,12 @@ textarea { margin-left: 20px; } {/if} <p style="text-align: center;"> -<input class="submit" type="submit" name="submit" value="{'Upgrade from %s to %s'|@translate|@sprintf:$introduction.CURRENT_RELEASE:$RELEASE}"> +<input class="submit" type="submit" name="submit" value="{'Upgrade from version %s to %s'|@translate|@sprintf:$introduction.CURRENT_RELEASE:$RELEASE}"> </p> </form> <!-- <p style="text-align: center;"> -<a href="{$introduction.RUN_UPGRADE_URL}">{'Upgrade from %s to %s'|@translate|@sprintf:$introduction.CURRENT_RELEASE:$RELEASE}</a> +<a href="{$introduction.RUN_UPGRADE_URL}">{'Upgrade from version %s to %s'|@translate|@sprintf:$introduction.CURRENT_RELEASE:$RELEASE}</a> </p> --> |