Update phrasing

This commit is contained in:
the-sane 2020-12-27 18:04:45 -05:00 committed by GitHub
parent 758f106efd
commit 85c1f62c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -707,8 +707,8 @@ runner_delete() {
# List installed runners for deletion # List installed runners for deletion
runner_select_delete() { runner_select_delete() {
# Configure the menu # Configure the menu
menu_text_zenity="Select the Lutris runner you want to delete:" menu_text_zenity="Select the Lutris runner you want to remove:"
menu_text_terminal="Select the Lutris runner you want to delete:" menu_text_terminal="Select the Lutris runner you want to remove:"
menu_text_height="65" menu_text_height="65"
goback="Return to the runner management menu" goback="Return to the runner management menu"
unset installed_runners unset installed_runners
@ -879,7 +879,7 @@ runner_manage() {
# Configure the menu options # Configure the menu options
rawfox="Install a runner from RawFox" rawfox="Install a runner from RawFox"
snatella="Install a runner from Molotov/Snatella" snatella="Install a runner from Molotov/Snatella"
delete="Delete an installed runner" delete="Remove an installed runner"
back="Return to the main menu" back="Return to the main menu"
# Set the options to be displayed in the menu # Set the options to be displayed in the menu
menu_options=("$rawfox" "$snatella" "$delete" "$back") menu_options=("$rawfox" "$snatella" "$delete" "$back")