Change a feedback text.

This commit is contained in:
JackDandy 2023-03-02 00:11:52 +00:00
parent c23b8863b6
commit 869da5f4d0

View file

@ -70,7 +70,7 @@ except (BaseException, Exception):
try:
import Cheetah
except (BaseException, Exception):
print('The Python module Cheetah is required')
print('The Python module CT3 (Cheetah) is required')
if is_win:
print('(1) However, this first run may have just installed it, so try to simply rerun sickgear.py again')
print('(2) If this output is a rerun of (1) then open a command line prompt and manually install using...')