Tweak display name for AllMinus.

This commit is contained in:
Max Goodman
2012-12-19 16:23:04 -08:00
committed by bsimpson63
parent 806bd42a1f
commit 1bbee79522

View File

@@ -982,7 +982,7 @@ class AllSR(FakeSubreddit):
class AllMinus(AllSR):
name = 'minus'
name = _("%s (filtered)") % "all"
def __init__(self, srs):
AllSR.__init__(self)