diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-07 19:44:43 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-07 19:44:43 +0000 |
commit | 4a234d8fa594af7ca5216fa9a8089db88cde2f22 (patch) | |
tree | 9844858a3706ac152bfb87f708b30e255ab8db60 /admin/template | |
parent | 8f106b922a1dd337073ff76476b76a3941175bbb (diff) |
- "Choose an option" : is not a title, it is an instruction => please, align on left and lower text level
git-svn-id: http://piwigo.org/svn/branches/2.0@2949 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-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"> |