Grammar fixes

This commit is contained in:
EricFromCanada 2020-07-28 11:13:27 -04:00
parent 9739bd1594
commit c623eae161
4 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
# How to contribute
## Support Requests vs Bug reporting
## Support Requests vs Bug Reporting
Please use the GitHub for bug reports only. For help / support in using RetroPie and the emulators
it ships with, please use the [RetroPie forum](https://retropie.org.uk/forum/).

View file

@ -4,7 +4,7 @@ RetroPie-Setup
General Usage
-------------
Shell script to setup the Raspberry Pi, Vero4K, ODroid-C1 or a PC running Ubuntu with many emulators and games, using EmulationStation as the graphical front end. Bootable pre-made images for the Raspberry Pi are available for those that want a ready to go system, downloadable from the releases section of GitHub or via our website at https://retropie.org.uk
Shell script to setup the Raspberry Pi, Vero4K, ODroid-C1 or a PC running Ubuntu with many emulators and games, using EmulationStation as the graphical front end. Bootable pre-made images for the Raspberry Pi are available for those that want a ready-to-go system, downloadable from the releases section of GitHub or via our website at https://retropie.org.uk.
This script is designed for use on Raspbian on the Raspberry Pi, OSMC on the Vero4K or Ubuntu on the ODroid-C1 or a PC.
@ -16,14 +16,14 @@ sudo apt-get dist-upgrade
sudo apt-get install git
```
Then you can download the latest RetroPie setup script with
Then you can download the latest RetroPie setup script with:
```shell
cd
git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
```
The script is executed with
The script is executed with:
```shell
cd RetroPie-Setup
@ -37,7 +37,7 @@ Binaries and Sources
On the Raspberry Pi, RetroPie Setup offers the possibility to install from binaries or source. For other supported platforms only a source install is available. Installing from binary is recommended on a Raspberry Pi as building everything from source can take a long time.
For more information visit the blog at https://retropie.org.uk or the repository at https://github.com/RetroPie/RetroPie-Setup.
For more information, visit the site at https://retropie.org.uk or the repository at https://github.com/RetroPie/RetroPie-Setup.
Docs
----

View file

@ -76,18 +76,18 @@ function configure_retropiemenu()
local descs=(
'Configure audio settings. Choose default of auto, 3.5mm jack, or HDMI. Mixer controls, and apply default settings.'
'Register and connect to bluetooth devices. Unregister and remove devices, and display registered and connected devices.'
'Register and connect to Bluetooth devices. Unregister and remove devices, and display registered and connected devices.'
'Change common RetroArch options, and manually edit RetroArch configs, global configs, and non-RetroArch configs.'
'Install, uninstall, or update EmulationStation themes. Most themes can be previewed at https://retropie.org.uk/docs/Themes/.'
'Basic ascii file manager for linux allowing you to browse, copy, delete, and move files.'
'Change user password, boot options, internationalization, camera, add your pi to Rastrack, overclock, overscan, memory split, SSH and more.'
'Basic ASCII file manager for Linux allowing you to browse, copy, delete, and move files.'
'Change user password, boot options, internationalization, camera, add your Pi to Rastrack, overclock, overscan, memory split, SSH and more.'
'Launches the RetroArch GUI so you can change RetroArch options. Note: Changes will not be saved unless you have enabled the "Save Configuration On Exit" option.'
'Set up RetroArch Netplay options, choose host or client, port, host IP, delay frames, and your nickname.'
'Install RetroPie from binary or source, install experimental packages, additional drivers, edit samba shares, custom scraper, as well as other RetroPie-related configurations.'
'Install RetroPie from binary or source, install experimental packages, additional drivers, edit Samba shares, custom scraper, as well as other RetroPie-related configurations.'
'Change what appears on the runcommand screen. Enable or disable the menu, enable or disable box art, and change CPU configuration.'
'Displays your current IP address, as well as other information provided by the command, "ip addr show."'
'Displays your current IP address, as well as other information provided by the command "ip addr show."'
'Enable or disable the splashscreen on RetroPie boot. Choose a splashscreen, download new splashscreens, and return splashscreen to default.'
'Connect to or disconnect from a wifi network and configure wifi settings.'
'Connect to or disconnect from a WiFi network and configure WiFi settings.'
)
setESSystem "RetroPie" "retropie" "$rpdir" ".rp .sh" "sudo $scriptdir/retropie_packages.sh retropiemenu launch %ROM% </dev/tty >/dev/tty" "" "retropie"

View file

@ -10,7 +10,7 @@
#
rp_module_id="wifi"
rp_module_desc="Configure Wifi"
rp_module_desc="Configure WiFi"
rp_module_section="config"
rp_module_flags="!x11"
@ -191,9 +191,9 @@ function gui_wifi() {
1 "Connect to WiFi network"
"1 Connect to your WiFi network"
2 "Disconnect/Remove WiFi config"
"2 Disconnect and remove any Wifi configuration"
3 "Import wifi credentials from /boot/wifikeyfile.txt"
"3 Will import the ssid (name) and psk (password) from a file /boot/wifikeyfile.txt
"2 Disconnect and remove any WiFi configuration"
3 "Import WiFi credentials from /boot/wifikeyfile.txt"
"3 Will import the SSID (network name) and PSK (password) from a file at /boot/wifikeyfile.txt
The file should contain two lines as follows\n\nssid = \"YOUR WIFI SSID\"\npsk = \"YOUR PASSWORD\""
)