diff --git a/java/net/i2p/router/WindowsServiceUtil.java b/java/net/i2p/router/WindowsServiceUtil.java index 6b697cd..71b34c2 100644 --- a/java/net/i2p/router/WindowsServiceUtil.java +++ b/java/net/i2p/router/WindowsServiceUtil.java @@ -116,6 +116,7 @@ public class WindowsServiceUtil { "It appears you have an existing I2P service installed.\n"; message += "However, it is not running yet. Please start it through `services.msc`.\n"; + message +="If you click \"No\", the jpackage router will be launched instead.\n"; a = JOptionPane.showConfirmDialog(null, message, "I2P Service detected not running", JOptionPane.YES_NO_OPTION);