aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/cat_modify.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_modify.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_modify.tpl')
-rw-r--r--admin/themes/default/template/cat_modify.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl
index e76650d8c..df21bbe82 100644
--- a/admin/themes/default/template/cat_modify.tpl
+++ b/admin/themes/default/template/cat_modify.tpl
@@ -56,7 +56,7 @@
{if isset($move_cat_options) }
<fieldset id="move">
<legend>{'Move'|@translate}</legend>
- {'Parent category'|@translate}
+ {'Parent album'|@translate}
<select class="categoryDropDown" name="parent">
<option value="0">------------</option>
{html_options options=$move_cat_options selected=$move_cat_options_selected }
@@ -102,7 +102,7 @@
<label for="image_order_default">{'Use the default image sort order (defined in the configuration file)'|@translate}</label>
<br>
<input type="checkbox" name="image_order_subcats" id="image_order_subcats">
- <label for="image_order_subcats">{'Apply to subcategories'|@translate}</label>
+ <label for="image_order_subcats">{'Apply to sub-albums'|@translate}</label>
<br>
{foreach from=$image_orders item=order}
@@ -156,12 +156,12 @@
<table>
<tr>
- <td>{'Virtual category name'|@translate}</td>
+ <td>{'Virtual album name'|@translate}</td>
<td><input type="text" class="large" name="virtual_name"></td>
</tr>
<tr>
- <td>{'Parent category'|@translate}</td>
+ <td>{'Parent album'|@translate}</td>
<td>
<select class="categoryDropDown" name="parent">
<option value="0">------------</option>