Add TRANSLATORS note to 'front'

This commit is contained in:
Keith Mitchell
2012-04-17 10:56:01 -07:00
committed by Logan Hanks
parent 71fbe5c953
commit 47e7527aba

View File

@@ -325,8 +325,9 @@ class OffsiteButton(NavButton):
class SubredditButton(NavButton):
from r2.models.subreddit import Frontpage, Mod
# TRANSLATORS: these refer to /r/mod and the front page.
# TRANSLATORS: This refers to /r/mod
name_overrides = {Mod: _("mod"),
# TRANSLATORS: This refers to the user's front page
Frontpage: _("front")}
def __init__(self, sr):