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 | |
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 '')
-rw-r--r-- | themes/default/template/menubar_categories.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/picture.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/search_rules.tpl | 2 |
3 files changed, 3 insertions, 3 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} diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 3656d8d7f..6ea497112 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -159,7 +159,7 @@ y.callService( {/if} {if $display_info.categories} <tr id="Categories"> - <td class="label">{'Categories'|@translate}</td> + <td class="label">{'Albums'|@translate}</td> <td class="value"> {if isset($related_categories)} <ul> diff --git a/themes/default/template/search_rules.tpl b/themes/default/template/search_rules.tpl index 28b2e423f..9c2ecab7a 100644 --- a/themes/default/template/search_rules.tpl +++ b/themes/default/template/search_rules.tpl @@ -34,7 +34,7 @@ {if isset($search_categories) } <li> - <p>{'Categories'|@translate}</p> + <p>{'Albums'|@translate}</p> <ul> {foreach from=$search_categories item=v} |