We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bd678 commit 4e17baaCopy full SHA for 4e17baa
1 file changed
Utilities/Updater.cs
@@ -88,7 +88,7 @@ internal static void CheckForUpdates(bool silent) {
88
MessageBoxIcon.Information);
89
return;
90
}
91
- update = MessageBox.Show($"Your version is: {CurrentVersion}\nLatest released version is: {newVersion}\n. Download this update?",
+ update = MessageBox.Show($"Your version is: {CurrentVersion}\nLatest released version is: {newVersion}\nDownload this update?",
92
"Update", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes;
93
} catch (Exception ex) {
94
if (!silent)
0 commit comments