Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Jun 16, 2024
1 parent 7769595 commit 2387678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyberdrop_dl/ui/prompts/general_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 2387678

Please sign in to comment.