diff options
| author | 2019-10-01 19:12:52 -0400 | |
|---|---|---|
| committer | 2019-10-01 19:12:52 -0400 | |
| commit | e76a5a9c7fd449a881580623a3fe18d68ecd6923 (patch) | |
| tree | ee7b7f3b0a6e763e57c0dc0175af850dce4d0540 /scripts | |
| parent | d5aaa271ae80890042c6ed61c82cd9f8f904dc3b (diff) | |
| parent | 639d9ea4a667733aadc3ff83a1df2cc9f0add3a9 (diff) | |
Update upstream source from tag 'upstream/1.10.5'
Update to upstream version '1.10.5'
with Debian dir 028759d011d8b9c3fe51c5f75b813619233ed1e6
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/supportedsites.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/supportedsites.py b/scripts/supportedsites.py index 2213ffa..96c11d6 100755 --- a/scripts/supportedsites.py +++ b/scripts/supportedsites.py @@ -102,7 +102,7 @@ SUBCATEGORY_MAP = { "stash" : "Sta.sh", "status" : "Images from Statuses", "tag" : "Tag-Searches", - "user" : "Images from Users", + "user" : "User Profiles", "work" : "Individual Images", "related-pin" : "related Pins", "related-board": "", @@ -187,7 +187,7 @@ def category_key(cls): def subcategory_key(cls): """Generate sorting keys by subcategory""" - if cls.subcategory in ("user", "issue"): + if cls.subcategory == "issue": return "A" return cls.subcategory |
