--- filter_old.py 2012-10-31 14:01:37.000000000 +0100 +++ filter.py 2012-10-31 14:01:52.000000000 +0100 @@ -47,7 +47,7 @@ choices += [str(i)] self.log.info("[auto] Subdownloader will select one for you.") while choice not in choices: - choice = raw_input("Please make you choice: [auto] ").lower() or 'auto' + choice = raw_input("Please make your choice: [auto] ").lower() or 'auto' if choice != 'auto': sub_choice = video.getOnlineSubtitles()[int(choice)]