diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-21 21:14:54 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-21 21:14:54 +0000 |
commit | 5ff171684eec339ed83119eb57e124174c07d465 (patch) | |
tree | aeeaa7a472aa683da26e035ffb873a99b1096219 /themes/default/template/menubar_categories.tpl | |
parent | b472955f7d994ad66f62a39b8e1dbb541ac17a4f (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 'themes/default/template/menubar_categories.tpl')
-rw-r--r-- | themes/default/template/menubar_categories.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/menubar_categories.tpl b/themes/default/template/menubar_categories.tpl index 5f189bcd1..2349157a8 100644 --- a/themes/default/template/menubar_categories.tpl +++ b/themes/default/template/menubar_categories.tpl @@ -5,7 +5,7 @@ {if isset($U_STOP_FILTER)} <a href="{$U_STOP_FILTER}" title="{'return to the display of all images'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a> {/if} - <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a> + <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a> </dt> <dd> {assign var='ref_level' value=0} |