Commit 271b12c 1 parent 091bf22 commit 271b12c Copy full SHA for 271b12c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def __init_terminal_provider():
16
16
if len (providers ) > 1 :
17
17
# All this if is really not supposed to happen at all whatsoever
18
18
# 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. " )
20
20
for i , x in enumerate (providers ):
21
21
print (f'{ i } . { x .__str__ ()} ' )
22
22
print ("If some of these make no sense or are irrelevant please file " +
@@ -46,7 +46,7 @@ def __init_wallpaper_provider():
46
46
if len (providers ) > 1 :
47
47
# All this if is really not supposed to happen at all whatsoever
48
48
# 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. " )
50
50
for i , x in enumerate (providers ):
51
51
print (f'{ i } . { x .__str__ ()} ' )
52
52
print ("If some of these make no sense or are irrelevant please file " +
You can’t perform that action at this time.
0 commit comments