aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-11-16 22:06:16 +0000
committerplegall <plg@piwigo.org>2005-11-16 22:06:16 +0000
commit2a1e45c57fb0f78a18d41f12726d899fb4545075 (patch)
tree826c8ede0810e1380ee21ebbee5d63e3615a633e /template
parent358930b9bab0641d8a9f48a2a328061515a2998b (diff)
- bug 211 fixed : incoherent default maximum width for thumbnail creation
and too vague label for maximum width & height in thumbnail creation screen. git-svn-id: http://piwigo.org/svn/trunk@937 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/thumbnail.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/thumbnail.tpl b/template/yoga/admin/thumbnail.tpl
index 9e0d70f5e..5669a4999 100644
--- a/template/yoga/admin/thumbnail.tpl
+++ b/template/yoga/admin/thumbnail.tpl
@@ -71,12 +71,12 @@
</li>
<li>
- <label><strong>{L_WIDTH}</strong></label>
+ <label><strong>{lang:maximum width}</strong></label>
<input type="text" name="width" value="{params.WIDTH_TN}"/>
</li>
<li>
- <label><strong>{L_HEIGHT}</strong></label>
+ <label><strong>{lang:maximum height}</strong></label>
<input type="text" name="height" value="{params.HEIGHT_TN}"/>
</li>