From 8d7f4f253d205ee220a6a7be135a2b013fd850a6 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 19 Jun 2011 19:26:47 -0700 Subject: [PATCH] "reddit: the front page of the internet" --- r2/r2/models/subreddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/models/subreddit.py b/r2/r2/models/subreddit.py index 659f23144..234d626d7 100644 --- a/r2/r2/models/subreddit.py +++ b/r2/r2/models/subreddit.py @@ -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):