Skip to content

Commit

Permalink
Update phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane authored Dec 27, 2020
1 parent 758f106 commit 85c1f62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lug-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ runner_delete() {
# List installed runners for deletion
runner_select_delete() {
# Configure the menu
menu_text_zenity="Select the Lutris runner you want to delete:"
menu_text_terminal="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 remove:"
menu_text_height="65"
goback="Return to the runner management menu"
unset installed_runners
Expand Down Expand Up @@ -879,7 +879,7 @@ runner_manage() {
# Configure the menu options
rawfox="Install a runner from RawFox"
snatella="Install a runner from Molotov/Snatella"
delete="Delete an installed runner"
delete="Remove an installed runner"
back="Return to the main menu"
# Set the options to be displayed in the menu
menu_options=("$rawfox" "$snatella" "$delete" "$back")
Expand Down

0 comments on commit 85c1f62

Please sign in to comment.