aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-05-01 22:49:18 +0000
committerplegall <plg@piwigo.org>2012-05-01 22:49:18 +0000
commit828135abdf7f6f7409f9f5dc52491ba5175b522d (patch)
tree91da589133d07b280588e6fab4bb11302c2eb61c
parentb0d457e08a40280ac784936846c9280ad7a269a4 (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
-rw-r--r--admin/themes/default/template/batch_manager_unit.tpl2
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>