diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/profile_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl index f65987e56..acd9a01a7 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -75,7 +75,7 @@ <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{$RECENT_PERIOD}"> </li> <li> - <span class="property">{'Expand all categories'|@translate}</span> + <span class="property">{'Expand all albums'|@translate}</span> {html_radios name='expand' options=$radio_options selected=$EXPAND} </li> <li> |