aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-01-20 23:41:27 +0000
committerplegall <plg@piwigo.org>2005-01-20 23:41:27 +0000
commit35c3e39bb8c37fa28d4c189b713e753a6668c274 (patch)
tree7e2b382ef8293d32af147464987d00325abe9959 /admin
parent59ab5dec260b89871e62b0c3b8ee1853bbdb1e81 (diff)
- bug fixed : word "all" for creating all thumbnails is now in i18n
git-svn-id: http://piwigo.org/svn/trunk@716 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/thumbnail.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/thumbnail.php b/admin/thumbnail.php
index 3e1b78f98..7cdb1711a 100644
--- a/admin/thumbnail.php
+++ b/admin/thumbnail.php
@@ -184,6 +184,7 @@ $template->assign_vars(array(
'L_TN_MAX'=>$lang['tn_stats_max'],
'L_TN_MIN'=>$lang['tn_stats_min'],
'L_TN_AVERAGE'=>$lang['tn_stats_mean'],
+ 'L_ALL'=>$lang['tn_all'],
'T_STYLE'=>$user['template']
));