diff options
author | plegall <plg@piwigo.org> | 2010-04-01 14:14:21 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-01 14:14:21 +0000 |
commit | 734d08b97d80b607b97b7060a6022db4d89d831e (patch) | |
tree | dbdd72700fddb4e05374e7eaae04a71df85a04ab /admin/themes/default/template/upgrade.tpl | |
parent | 7985fbe637ff929dd099aafa992bafb9afffa455 (diff) |
Fix missing keys: some keys have been removed by mistake during the massive
key conversion.
git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 26274ec76..4b1964775 100644 --- a/admin/themes/default/template/upgrade.tpl +++ b/admin/themes/default/template/upgrade.tpl @@ -124,7 +124,7 @@ textarea { margin-left: 20px; } {/if} {if isset($upgrade)} -<h2>{'Upgrade from %s to %s'|@translate|@sprintf:$upgrade.VERSION:$RELEASE}</h2> +<h2>{'Upgrade from version %s to %s'|@translate|@sprintf:$upgrade.VERSION:$RELEASE}</h2> <p><b>{'Statistics'|@translate}</b></p> <ul> |