update dialogs

This commit is contained in:
Luke Pulverenti
2016-09-09 02:59:23 -04:00
parent d2fa3d10af
commit 906546ca5e
6 changed files with 21 additions and 59 deletions

View File

@@ -217,7 +217,7 @@ namespace MediaBrowser.ServerApplication.Native
return false;
}
return MessageBox.Show(MainStartup._splash, "Emby has detected that Windows Firewall has been configured in a way that may prevent your other devices from accessing Emby Server. Click OK to remove this rule, or cancel to proceed anyway.", "Windows Firewall", MessageBoxButtons.OKCancel) == DialogResult.OK;
return MessageBox.Show(MainStartup._splash, "Emby has detected that a rule has been added to Windows Firewall that may prevent your other devices from accessing Emby Server. Click OK to remove this rule, or cancel to proceed anyway.", "Windows Firewall", MessageBoxButtons.OKCancel) == DialogResult.OK;
}
public bool PortsRequireAuthorization(string applicationPath)