diff --git a/deluge/common.py b/deluge/common.py index fa9222698..5d3cd368b 100644 --- a/deluge/common.py +++ b/deluge/common.py @@ -104,12 +104,12 @@ TORRENT_STATE = [ FILE_PRIORITY = { 0: "Do Not Download", 1: "Normal Priority", - 2: "High Priority", - 5: "Highest Priority", + 5: "High Priority", + 7: "Highest Priority", "Do Not Download": 0, "Normal Priority": 1, - "High Priority": 2, - "Highest Priority": 5 + "High Priority": 5, + "Highest Priority": 7 } def get_version():