mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
Tweak display name for AllMinus.
This commit is contained in:
@@ -982,7 +982,7 @@ class AllSR(FakeSubreddit):
|
||||
|
||||
|
||||
class AllMinus(AllSR):
|
||||
name = 'minus'
|
||||
name = _("%s (filtered)") % "all"
|
||||
|
||||
def __init__(self, srs):
|
||||
AllSR.__init__(self)
|
||||
|
||||
Reference in New Issue
Block a user