mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Tweak /r/all page titles to be more descriptive.
This commit is contained in:
@@ -956,7 +956,7 @@ class FriendsSR(FakeSubreddit):
|
||||
|
||||
class AllSR(FakeSubreddit):
|
||||
name = 'all'
|
||||
title = 'all'
|
||||
title = 'all subreddits'
|
||||
|
||||
def get_links(self, sort, time):
|
||||
from r2.models import Link
|
||||
@@ -991,7 +991,7 @@ class AllMinus(AllSR):
|
||||
|
||||
@property
|
||||
def title(self):
|
||||
return 'all minus ' + ' '.join(sr.name for sr in self.srs)
|
||||
return 'all subreddits except ' + ', '.join(sr.name for sr in self.srs)
|
||||
|
||||
@property
|
||||
def path(self):
|
||||
|
||||
Reference in New Issue
Block a user