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

Commit

Permalink
Changed "Installing" to "Downloading" in media.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tygoee committed Aug 18, 2023
1 parent 74032e7 commit a63178f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def download_files(total_size: int, install_path: str, mods: MediaList,
leave=False
)):
if not path.isfile(fname):
description = f"Installing {parse.unquote(path.basename(fname))}..."
description = f"Downloading {parse.unquote(path.basename(fname))}..."
if len(description) > get_terminal_size().columns:
description = description[:get_terminal_size().columns]

Expand Down

0 comments on commit a63178f

Please sign in to comment.