From 51873e9d62f8b32618f851a9ab7774c9af9a2a94 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 19 Sep 2022 19:35:42 -0400 Subject: [PATCH] change message --- java/net/i2p/router/WindowsServiceUtil.java | 1 + 1 file changed, 1 insertion(+) 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);