Skip to content

Commit

Permalink
Better warning message for OSX pool mining
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskii committed May 2, 2018
1 parent df4ba06 commit 7331e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/overviewpage.cpp
Expand Up @@ -600,7 +600,7 @@ void OverviewPage::startMiningSlot()
"It must be in the same directory with Veggie!"));
}
#else
showWarning(tr("At the moment Windows OS is supported only"));
showWarning(tr("Pool mining with Veggie-qt is only supported on Windows OS currently"));
#endif
}
}
Expand Down

0 comments on commit 7331e26

Please sign in to comment.