diff options
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/thumbnail.tpl | 4 |
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> |