diff options
author | plegall <plg@piwigo.org> | 2012-05-01 22:49:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-05-01 22:49:18 +0000 |
commit | 828135abdf7f6f7409f9f5dc52491ba5175b522d (patch) | |
tree | 91da589133d07b280588e6fab4bb11302c2eb61c /admin/themes/default | |
parent | b0d457e08a40280ac784936846c9280ad7a269a4 (diff) |
bug fixed: use the "Title" and not "Name" for the photo
git-svn-id: http://piwigo.org/svn/trunk@14647 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/batch_manager_unit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl index 0e39013a9..969a71e21 100644 --- a/admin/themes/default/template/batch_manager_unit.tpl +++ b/admin/themes/default/template/batch_manager_unit.tpl @@ -63,7 +63,7 @@ jQuery(document).ready(function() {ldelim} <table> <tr> - <td><strong>{'Name'|@translate}</strong></td> + <td><strong>{'Title'|@translate}</strong></td> <td><input type="text" class="large" name="name-{$element.ID}" value="{$element.NAME}"></td> </tr> |