grammar fix to silent start "chosen"

This commit is contained in:
camjac251 2021-06-20 03:37:19 -05:00
commit 4789d99914
No known key found for this signature in database
GPG key ID: BEB14628800F8CE9

View file

@ -66,7 +66,7 @@ class ModelBase(object):
if len(saved_models_names) != 0:
if silent_start:
self.model_name = saved_models_names[0]
io.log_info(f'Silent start: choosed model "{self.model_name}"')
io.log_info(f'Silent start: chosen model "{self.model_name}"')
else:
io.log_info ("Choose one of saved models, or enter a name to create a new model.")
io.log_info ("[r] : rename")