summaryrefslogtreecommitdiff
path: root/chimere/main/actions.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-20 02:22:28 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-20 02:22:28 +0100
commit00697996e885044314cc297b72aaa86d69d2a219 (patch)
tree8134eb21d80a1ed92b021ca99a26fe19bf53ba49 /chimere/main/actions.py
parent18980694a24e3cc28e6e99e3582613c3cd623f40 (diff)
downloadChimère-00697996e885044314cc297b72aaa86d69d2a219.tar.bz2
Chimère-00697996e885044314cc297b72aaa86d69d2a219.zip
Better labels - french traduction (fixes #65)
Diffstat (limited to 'chimere/main/actions.py')
-rw-r--r--chimere/main/actions.py2
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')), []),)