aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/photos_add_direct.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-09-21 20:19:41 +0000
committerrvelices <rv-github@modusoptimus.com>2010-09-21 20:19:41 +0000
commitb472955f7d994ad66f62a39b8e1dbb541ac17a4f (patch)
tree181fb183a5db684dcdb01c7f2e1ec33561898268 /admin/themes/default/template/photos_add_direct.tpl
parent33f504da183388b8a3568928e5946892649a1907 (diff)
feature 1616: rename "category" into "album" (3rd commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6988 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/template/photos_add_direct.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl
index 0d33d5823..2f45a1251 100644
--- a/admin/themes/default/template/photos_add_direct.tpl
+++ b/admin/themes/default/template/photos_add_direct.tpl
@@ -272,7 +272,7 @@ var sizeLimit = {$upload_max_filesize};
<div id="formErrors" class="errors" style="display:none">
<ul>
- <li id="emptyCategoryName">{'The name of a category should not be empty'|@translate}</li>
+ <li id="emptyCategoryName">{'The name of an album must not be empty'|@translate}</li>
<li id="noPhoto">{'Select at least one picture'|@translate}</li>
</ul>
<div class="hideButton" style="text-align:center"><a href="#" id="hideErrors">{'Hide'|@translate}</a></div>
@@ -306,7 +306,7 @@ var sizeLimit = {$upload_max_filesize};
</td>
</tr>
<tr>
- <td>{'Category name'|@translate}</td>
+ <td>{'Album name'|@translate}</td>
<td>
<input type="text" name="category_name" value="{$F_CATEGORY_NAME}" style="width:400px">
</td>