Skip to content

Commit

Permalink
Fix log filter listbox names
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Jul 14, 2016
1 parent ed5c703 commit 4e39283
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sickbeard/server/web/core/error_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ def Get_Data(Levelmin, data_in, lines_in, regex, Filter, Search, mlines):
'SEARCHQUEUE-FORCED': 'Search Queue (Forced)',
'SEARCHQUEUE-RETRY': 'Search Queue (Retry/Failed)',
'SEARCHQUEUE-RSS': 'Search Queue (RSS)',
'SHOWQUEUE-FORCE-UPDATE': 'Search Queue (Forced Update)',
'SHOWQUEUE-UPDATE': 'Search Queue (Update)',
'SHOWQUEUE-REFRESH': 'Search Queue (Refresh)',
'SHOWQUEUE-FORCE-REFRESH': 'Search Queue (Forced Refresh)',
'SHOWQUEUE-FORCE-UPDATE': 'Show Queue (Forced Update)',
'SHOWQUEUE-UPDATE': 'Show Queue (Update)',
'SHOWQUEUE-REFRESH': 'Show Queue (Refresh)',
'SHOWQUEUE-FORCE-REFRESH': 'Show Queue (Forced Refresh)',
'FINDPROPERS': 'Find Propers',
'POSTPROCESSOR': 'PostProcessor',
'FINDSUBTITLES': 'Find Subtitles',
Expand Down

0 comments on commit 4e39283

Please sign in to comment.