diff options
Diffstat (limited to 'chimere/main/actions.py')
| -rw-r--r-- | chimere/main/actions.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/chimere/main/actions.py b/chimere/main/actions.py index b6ee06a..b383bb4 100644 --- a/chimere/main/actions.py +++ b/chimere/main/actions.py @@ -36,7 +36,7 @@ actions = [(Action('view', '', _('View')), []),             ),]  if 'chimere.rss' in INSTALLED_APPS: -    actions.append((Action('rss', 'rss', _('Feeds')), [])) +    actions.append((Action('rss', 'rss', _('RSS feeds')), []))  if EMAIL_HOST:      actions.append((Action('contact', 'contact', _('Contact us')), []),) | 
