Skip to content

Commit 4e17baa

Browse files
committed
updater text fix
1 parent 26bd678 commit 4e17baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Utilities/Updater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ internal static void CheckForUpdates(bool silent) {
8888
MessageBoxIcon.Information);
8989
return;
9090
}
91-
update = MessageBox.Show($"Your version is: {CurrentVersion}\nLatest released version is: {newVersion}\n. Download this update?",
91+
update = MessageBox.Show($"Your version is: {CurrentVersion}\nLatest released version is: {newVersion}\nDownload this update?",
9292
"Update", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes;
9393
} catch (Exception ex) {
9494
if (!silent)

0 commit comments

Comments
 (0)