diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-07 19:46:22 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-07 19:46:22 +0000 |
commit | d057a77fe7a9255030d588d8057fe7e8ea061adc (patch) | |
tree | 59859bf5ced30dbd7ff4c63c1ad23343bacaee54 /admin/template/goto | |
parent | 253cad61fdea3e23c58d4b78e7d7f385be37fa61 (diff) |
- "Choose an option" : is not a title, it is an instruction => please, align on left and lower text level
merge -c2949 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2950 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/site_update.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/site_update.tpl b/admin/template/goto/site_update.tpl index 54429c1b6..861c154d9 100644 --- a/admin/template/goto/site_update.tpl +++ b/admin/template/goto/site_update.tpl @@ -57,7 +57,7 @@ {/if} {if isset($introduction)} -<h3>{'update_default_title'|@translate}</h3> +<h4>{'update_default_title'|@translate}</h4> <form action="" method="post" id="update"> <fieldset id="syncFiles"> |