aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/site_manager.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/site_manager.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/site_manager.tpl')
-rw-r--r--admin/themes/default/template/site_manager.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/site_manager.tpl b/admin/themes/default/template/site_manager.tpl
index 4b02184fc..dc08b9ae8 100644
--- a/admin/themes/default/template/site_manager.tpl
+++ b/admin/themes/default/template/site_manager.tpl
@@ -39,7 +39,7 @@
</tr>
{foreach from=$sites item=site name=site}
<tr style="text-align:left" class="{if $smarty.foreach.site.index is odd}row1{else}row2{/if}"><td>
- <a href="{$site.NAME}">{$site.NAME}</a><br>({$site.TYPE}, {$site.CATEGORIES} {'Categories'|@translate}, {$pwg->l10n_dec('%d image','%d images',$site.IMAGES)})
+ <a href="{$site.NAME}">{$site.NAME}</a><br>({$site.TYPE}, {$site.CATEGORIES} {'Albums'|@translate}, {$pwg->l10n_dec('%d image','%d images',$site.IMAGES)})
</td><td>
[<a href="{$site.U_SYNCHRONIZE}" title="{'update the database from files'|@translate}">{'synchronize'|@translate}</a>]
{if isset($site.U_DELETE)}