"reddit: the front page of the internet"

This commit is contained in:
Neil Williams
2011-06-19 19:26:47 -07:00
parent e0099cd68e
commit 8d7f4f253d

View File

@@ -779,7 +779,7 @@ class _DefaultSR(FakeSubreddit):
@property
def title(self):
return _("reddit: the voice of the internet -- news before it happens")
return _("reddit: the front page of the internet")
# This is the base class for the instantiated front page reddit
class DefaultSR(_DefaultSR):