From 617313ff053b5548351596a6935320295013d6cb Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 3 Aug 2020 22:08:19 -0400 Subject: [PATCH] Fix formatting --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 06a946c..72c85fd 100644 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -193,7 +193,7 @@ set_map_count() { persist="Change setting and persist after reboot" manual="Show me the commands; I'll handle it myself" - if message 3 "Running Star Citizen requires changing a system setting.\n\nvm.max_map_count must be increased to at least 16777216\nto avoid crashes in areas with lots of geometry.\n\nAs far as this script can detect,\nthe setting has not been changed on your system.\n\nWould you like to change the setting now?"; then + if message 3 "Running Star Citizen requires changing a system setting.\n\nvm.max_map_count must be increased to at least 16777216\nto avoid crashes in areas with lots of geometry.\n\nAs far as this script can detect, the setting\nhas not been changed on your system.\n\nWould you like to change the setting now?"; then if [ "$has_zen" -eq 1 ]; then # zenity menu list=("TRUE" "$once" "FALSE" "$persist" "FALSE" "$manual")