aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/cat_list.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-09-19 19:50:02 +0000
committerrvelices <rv-github@modusoptimus.com>2010-09-19 19:50:02 +0000
commit7907d31a9c757ea8224ad6ecde5deb434806ebbc (patch)
tree975a1cfdb54079d22f3003100f63dfc7f77767f9 /admin/themes/default/template/cat_list.tpl
parentc206a73dd21bd16e8666396455b42936a6551992 (diff)
feature 1616: rename "category" into "album" (second commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/cat_list.tpl')
-rw-r--r--admin/themes/default/template/cat_list.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl
index 69e599502..4bb4dccfe 100644
--- a/admin/themes/default/template/cat_list.tpl
+++ b/admin/themes/default/template/cat_list.tpl
@@ -35,7 +35,7 @@
<form id="addVirtual" action="{$F_ACTION}" method="post">
<p>
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
- {'Add a virtual category'|@translate} : <input type="text" name="virtual_name">
+ {'Add a virtual album'|@translate} : <input type="text" name="virtual_name">
<input class="submit" type="submit" value="{'Submit'|@translate}" name="submitAdd" {$TAG_INPUT_ENABLED}>
{if count($categories)>9 }
<a href="#EoP" class="button" style="border:0;">
@@ -57,7 +57,7 @@
<option value="asc">{'ascending'|@translate}</option>
<option value="desc">{'descending'|@translate}</option>
</select>
- <label><input type="checkbox" name="recursive"> {'apply to sub-categories'|@translate}</label>
+ <label><input type="checkbox" name="recursive"> {'Apply to sub-albums'|@translate}</label>
</span>
</div>