Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
labrys committed Jun 15, 2016
1 parent 5878701 commit 1e52c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sickbeard/search_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ def run(self):
self.results = search_result
self.success = True
if self.manual_search_type == 'season':
ui.notifications.message("We have found season pack results for {0}".format(self.show.name),
ui.notifications.message("We have found season packs for {0}".format(self.show.name),
"These should become visible in the manual select page.")
else:
ui.notifications.message("We have found single results for {0}".format(self.segment[0].prettyName()),
ui.notifications.message("We have found results for {0}".format(self.segment[0].prettyName()),
"These should become visible in the manual select page.")
else:
ui.notifications.message('No results were found')
Expand Down

0 comments on commit 1e52c62

Please sign in to comment.