Skip to content

Commit

Permalink
clarified VC++ 2010 redist popup message
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatH0r committed Oct 29, 2017
1 parent 5e81167 commit 46f2ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ChanSort/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private void InitAppAfterMainWindowWasShown()
{
if (XtraMessageBox.Show(this,
"Some channel list file formats can only be read when the\n" +
"Microsoft Visual C++ Redistributable (x86) package is installed.\n" +
"Microsoft Visual C++ 2010 Redistributable Package (x86) is installed.\n" +
"\nDo you want to open the download page and quit ChanSort?",
"ChanSort",
MessageBoxButtons.YesNo,
Expand Down

0 comments on commit 46f2ca8

Please sign in to comment.