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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Dec 5, 2023
1 parent dace0c7 commit d75cab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cyberdrop_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.35"
__version__ = "5.0.36"
2 changes: 1 addition & 1 deletion cyberdrop_dl/ui/prompts/settings_user_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def edit_download_options_prompt(config: Dict) -> None:
name="Separate Posts Into Folders",
enabled=config["Download_Options"]["separate_posts"]),
Choice(value="skip_download_mark_completed",
name="Skip Download If Marked Completed",
name="Skip Download and Mark it as Completed",
enabled=config["Download_Options"]["skip_download_mark_completed"]),
], long_instruction="ARROW KEYS: Navigate | TAB: Select | ENTER: Confirm"
).execute()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyberdrop-dl"
version = "5.0.35"
version = "5.0.36"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d75cab1

Please sign in to comment.