From e692e456efceb046b8dac3f9aabd843a6ef9fa44 Mon Sep 17 00:00:00 2001 From: Markus Nyman Date: Tue, 17 Jan 2023 02:31:59 +0200 Subject: [PATCH] Fix grammar --- TimeToTrakt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimeToTrakt.py b/TimeToTrakt.py index 7699141..99eb2e2 100644 --- a/TimeToTrakt.py +++ b/TimeToTrakt.py @@ -113,7 +113,7 @@ def menu_selection() -> int: # Display a menu selection print(">> What do you want to do?") print(" 1) Import Watch History for TV Shows from TV Time") - print(" 2) Import Watch Movies from TV Time") + print(" 2) Import Watched Movies from TV Time") print(" 3) Do both 1 and 2 (default)") print(" 4) Exit")