Skip to content

Commit 271b12c

Browse files
committed
Fix bad english
1 parent 091bf22 commit 271b12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pokemonterminal/scripter.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init_terminal_provider():
1616
if len(providers) > 1:
1717
# All this if is really not supposed to happen at all whatsoever
1818
# really what kind of person has 2 simultaneous T.E???
19-
print("Multiple providers found select the appropriate one:")
19+
print("Multiple providers found, please select the appropriate one.")
2020
for i, x in enumerate(providers):
2121
print(f'{i}. {x.__str__()}')
2222
print("If some of these make no sense or are irrelevant please file " +
@@ -46,7 +46,7 @@ def __init_wallpaper_provider():
4646
if len(providers) > 1:
4747
# All this if is really not supposed to happen at all whatsoever
4848
# really what kind of person has 2 simultaneous D.E???
49-
print("Multiple providers found select the appropriate one:")
49+
print("Multiple providers found, please select the appropriate one.")
5050
for i, x in enumerate(providers):
5151
print(f'{i}. {x.__str__()}')
5252
print("If some of these make no sense or are irrelevant please file " +

0 commit comments

Comments
 (0)