aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/permalinks.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-09-21 21:14:54 +0000
committerrvelices <rv-github@modusoptimus.com>2010-09-21 21:14:54 +0000
commit5ff171684eec339ed83119eb57e124174c07d465 (patch)
treeaeeaa7a472aa683da26e035ffb873a99b1096219 /admin/themes/default/template/permalinks.tpl
parentb472955f7d994ad66f62a39b8e1dbb541ac17a4f (diff)
feature 1616: rename "category" into "album" (4th commit; almost there)
git-svn-id: http://piwigo.org/svn/trunk@6993 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/permalinks.tpl')
-rw-r--r--admin/themes/default/template/permalinks.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/themes/default/template/permalinks.tpl b/admin/themes/default/template/permalinks.tpl
index e7674c7c2..48c4de79b 100644
--- a/admin/themes/default/template/permalinks.tpl
+++ b/admin/themes/default/template/permalinks.tpl
@@ -4,7 +4,7 @@
<form method="post" action="">
<fieldset><legend>{'Add/delete a permalink'|@translate}</legend>
- <label>{'Category'|@translate}:
+ <label>{'Album'|@translate}:
<select name="cat_id">
<option value="0">------</option>
{html_options options=$categories selected=$categories_selected}
@@ -29,7 +29,7 @@
<table class="table2">
<tr class="throw">
<td>Id {$SORT_ID}</td>
- <td>{'Category'|@translate} {$SORT_NAME}</td>
+ <td>{'Album'|@translate} {$SORT_NAME}</td>
<td>{'Permalink'|@translate} {$SORT_PERMALINK}</td>
</tr>
{foreach from=$permalinks item=permalink name="permalink_loop"}
@@ -45,7 +45,7 @@
<table class="table2">
<tr class="throw">
<td>Id {$SORT_OLD_CAT_ID}</td>
- <td>{'Category'|@translate}</td>
+ <td>{'Album'|@translate}</td>
<td>{'Permalink'|@translate} {$SORT_OLD_PERMALINK}</td>
<td>{'Deleted on'|@translate} {$SORT_OLD_DATE_DELETED}</td>
<td>{'Last hit'|@translate} {$SORT_OLD_LAST_HIT}</td>