From 46f2ca8c530352da88d1a0639d6c63f3da487eec Mon Sep 17 00:00:00 2001 From: hbeham Date: Sun, 29 Oct 2017 15:55:01 +0100 Subject: [PATCH] clarified VC++ 2010 redist popup message --- source/ChanSort/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ChanSort/MainForm.cs b/source/ChanSort/MainForm.cs index f6248c3..b48d0d1 100644 --- a/source/ChanSort/MainForm.cs +++ b/source/ChanSort/MainForm.cs @@ -127,7 +127,7 @@ namespace ChanSort.Ui { 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,