forked from Public/monero-gui
Merge pull request #3946
d4de529 Mining: add info to start gui as admin for p2pool installation (selsta)
This commit is contained in:
@@ -619,7 +619,7 @@ Rectangle {
|
||||
function p2poolDownloadFailed() {
|
||||
statusMessage.visible = false
|
||||
errorPopup.title = qsTr("P2Pool Installation Failed") + translationManager.emptyString;
|
||||
errorPopup.text = "P2Pool installation failed."
|
||||
errorPopup.text = qsTr("P2Pool installation failed.") + isWindows ? (" " + qsTr("Try starting the program with administrator privileges.")) : ""
|
||||
errorPopup.icon = StandardIcon.Critical
|
||||
errorPopup.open()
|
||||
update()
|
||||
|
||||
Reference in New Issue
Block a user