Skip to content

Commit d519ed4

Browse files
committed
Changed wording for update check
1 parent 971e716 commit d519ed4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/Form1.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//MIT License
22

3-
//Copyright(c) 2016-2018 Peter Kirmeier
3+
//Copyright(c) 2016-2019 Peter Kirmeier
44

55
//Permission Is hereby granted, free Of charge, to any person obtaining a copy
66
//of this software And associated documentation files (the "Software"), to deal
@@ -255,7 +255,7 @@ private void btnCheckVersion_Click(object sender, EventArgs e)
255255
{
256256
MessageBox.Show("Latest available version:\n\n " + json["name"].ToString() + "\n\n" +
257257
"Please visit the github project website (WWW button).\n" +
258-
"Then look for the releases to download the new version.", "New version available!", MessageBoxButtons.OK, MessageBoxIcon.Information);
258+
"Then look at the releases to download the new version.", "New version available!", MessageBoxButtons.OK, MessageBoxIcon.Information);
259259
}
260260
}
261261
catch (Exception ex)

0 commit comments

Comments
 (0)