diff options
Diffstat (limited to 'admin/themes/default/template/upgrade.tpl')
-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> |