Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemrys committed Jan 11, 2018
1 parent e88a0a8 commit cd73cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vertminer/Main.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd73cf6

Please sign in to comment.