From b519152ce7dc3fe471f25a1375218aaf5569e9f3 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Thu, 24 Aug 2023 09:05:37 -0700 Subject: [PATCH] Add space to dialog notification for release --- src/common/release.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/release.rs b/src/common/release.rs index 2f204e7..91dbb84 100644 --- a/src/common/release.rs +++ b/src/common/release.rs @@ -210,7 +210,7 @@ pub fn perform_version_check() { info!("User declined the update."); dialog::dialog_ok( "This update has been declined.\n\n\ - If you'd like to disable update checking in the future,\ + If you'd like to disable update checking in the future, \ please adjust the 'Auto-Update' setting in the Modpack menu." .to_string(), );