diff options
author | plegall <plg@piwigo.org> | 2010-03-23 13:26:41 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-23 13:26:41 +0000 |
commit | 68a4d1dd9ba32e9973ccf2773e88858685dfc270 (patch) | |
tree | 3e8e3a75961ed748d9a1ef578f47d7b3fe4673e6 /admin/themes/default | |
parent | f60f59a4c6099b387eae41691275a8dbec6f6f0d (diff) |
Make the admin/photos_add code easier to analyse for missing translation keys.
git-svn-id: http://piwigo.org/svn/trunk@5285 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/photos_add_ftp.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/photos_add_ftp.tpl b/admin/themes/default/template/photos_add_ftp.tpl index e3902efef..81ce87629 100644 --- a/admin/themes/default/template/photos_add_ftp.tpl +++ b/admin/themes/default/template/photos_add_ftp.tpl @@ -1,4 +1,4 @@ -<div class="titrePage" style="height:25px"> +<div class="titrePage"> <h2>{'FTP + Synchronization'|@translate}</h2> </div> |