aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/config_default.inc.php2
-rw-r--r--template/yoga/admin/thumbnail.tpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 3b48dc72a..3ad250a98 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -124,7 +124,7 @@ $conf['paginate_pages_around'] = 2;
$conf['tn_width'] = 128;
// tn_height : default height for thumbnails creation
-$conf['tn_height'] = 96;
+$conf['tn_height'] = 128;
// show_version : shall the version of PhpWebGallery be displayed at the
// bottom of each page ?
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>