diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/profile_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/profile_content.tpl b/admin/themes/default/template/profile_content.tpl index 6b42863ad..643ef205a 100644 --- a/admin/themes/default/template/profile_content.tpl +++ b/admin/themes/default/template/profile_content.tpl @@ -76,7 +76,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> |