diff options
author | rub <rub@piwigo.org> | 2008-01-30 22:16:01 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-01-30 22:16:01 +0000 |
commit | 7bb12f4f481639547b7aabd38eb044eb1f942c66 (patch) | |
tree | 5e175322389e678094ea0cae3a12c07e062d0a79 /admin/element_set_global.php | |
parent | 49b663ecec19a8b12f4986c2c2e8f193e2802366 (diff) |
Replace old use of $lang by l10n function.
Merge BSF 2200:2201 into branch-1_7
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2202 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/element_set_global.php')
-rw-r--r-- | admin/element_set_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/element_set_global.php b/admin/element_set_global.php index 568a37efb..bcafab4da 100644 --- a/admin/element_set_global.php +++ b/admin/element_set_global.php @@ -205,7 +205,7 @@ $template->assign_vars( array( 'CATEGORIES_NAV'=>$page['title'], - 'L_SUBMIT'=>$lang['submit'], + 'L_SUBMIT'=>l10n('submit'), 'U_DISPLAY'=>$base_url.get_query_string_diff(array('display')), |