From cd73cf6fbbaa0181f1e4b6edf3b4d65496268d2c Mon Sep 17 00:00:00 2001 From: Zemrys Date: Thu, 11 Jan 2018 14:54:08 -0500 Subject: [PATCH] grammar --- Vertminer/Main.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vertminer/Main.vb b/Vertminer/Main.vb index 26e83fe..ee409d3 100755 --- a/Vertminer/Main.vb +++ b/Vertminer/Main.vb @@ -31,7 +31,7 @@ Public Class Main End If settingsfolder = My.Settings.settingsfolder If settingsfolder = "" Or System.IO.Directory.Exists(settingsfolder) = False Then - Dim result1 As DialogResult = MsgBox("Please select the location that you would like the OCM to store it's settings, miner, and p2pool data." & Environment.NewLine & Environment.NewLine & "Click 'Cancel' to use the default location: My Documents\Vertcoin One-Click Miner", MessageBoxButtons.OKCancel) + Dim result1 As DialogResult = MsgBox("Please select the location that you would like the OCM to store its settings, miner, and p2pool data." & Environment.NewLine & Environment.NewLine & "Click 'Cancel' to use the default location: My Documents\Vertcoin One-Click Miner", MessageBoxButtons.OKCancel) If result1 = DialogResult.OK Then Dim result2 As Windows.Forms.DialogResult = Select_Data_Dir.ShowDialog() If result2 = Windows.Forms.DialogResult.OK Then