few capitalisation and grammatical fixes
This commit is contained in:
parent
1abb358def
commit
5bd250e67f
6
setup.py
6
setup.py
@ -85,7 +85,7 @@ setup(
|
|||||||
|
|
||||||
)
|
)
|
||||||
print('')
|
print('')
|
||||||
print('To have fenrir start at boot:')
|
print('To have Fenrir start at boot:')
|
||||||
print('sudo systemctl enable fenrir')
|
print('sudo systemctl enable fenrir')
|
||||||
print('Pulseaudio users may want to run:')
|
print('Pulseaudio users may want to run:')
|
||||||
print('/usr/share/fenrir/tools/configure_pulse.sh')
|
print('/usr/share/fenrir/tools/configure_pulse.sh')
|
||||||
@ -93,5 +93,5 @@ print('once as their user account and once as root to configure Pulseaudio.')
|
|||||||
print('Please install the following packages manually:')
|
print('Please install the following packages manually:')
|
||||||
print('- Speech-dispatcher: for the default speech driver')
|
print('- Speech-dispatcher: for the default speech driver')
|
||||||
print('- Espeak: as basic TTS engine')
|
print('- Espeak: as basic TTS engine')
|
||||||
print('- brltty: for Braille')
|
print('- BrlTTY: for Braille')
|
||||||
print('- sox: as an player for the generic sound driver')
|
print('- sox: is a player for the generic sound driver')
|
||||||
|
Loading…
Reference in New Issue
Block a user