diff --git a/cyberdrop_dl/ui/prompts/general_prompts.py b/cyberdrop_dl/ui/prompts/general_prompts.py index 39cd400e9..b62ee4304 100644 --- a/cyberdrop_dl/ui/prompts/general_prompts.py +++ b/cyberdrop_dl/ui/prompts/general_prompts.py @@ -30,11 +30,11 @@ def main_prompt(manager: Manager) -> int: Choice(2, "Download (All Configs)"), Choice(3, "Retry Failed Downloads"), Choice(4, "Sort All Configs"), - Choice(5, "Edit URLs File"), + Choice(5, "Edit URLs"), Separator(), Choice(6, f"Select Config (Current: {manager.config_manager.loaded_config})"), Choice(7, "Change URLs.txt file and Download Location"), - Choice(8, "Manage Configs"), + Choice(8, "Edit Configs"), Separator(), Choice(9, "Import Cyberdrop_V4 Items"), Choice(10, "Exit"),