mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-16 12:58:32 +00:00
Fix bad english
This commit is contained in:
parent
091bf22de8
commit
271b12c387
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ def __init_terminal_provider():
|
|||
if len(providers) > 1:
|
||||
# All this if is really not supposed to happen at all whatsoever
|
||||
# really what kind of person has 2 simultaneous T.E???
|
||||
print("Multiple providers found select the appropriate one:")
|
||||
print("Multiple providers found, please select the appropriate one.")
|
||||
for i, x in enumerate(providers):
|
||||
print(f'{i}. {x.__str__()}')
|
||||
print("If some of these make no sense or are irrelevant please file " +
|
||||
|
@ -46,7 +46,7 @@ def __init_wallpaper_provider():
|
|||
if len(providers) > 1:
|
||||
# All this if is really not supposed to happen at all whatsoever
|
||||
# really what kind of person has 2 simultaneous D.E???
|
||||
print("Multiple providers found select the appropriate one:")
|
||||
print("Multiple providers found, please select the appropriate one.")
|
||||
for i, x in enumerate(providers):
|
||||
print(f'{i}. {x.__str__()}')
|
||||
print("If some of these make no sense or are irrelevant please file " +
|
||||
|
|
Loading…
Add table
Reference in a new issue