From 5b34d39690d3cf0079e1e92c3f553c3e21ece574 Mon Sep 17 00:00:00 2001 From: Thomas Ward Date: Sat, 12 Oct 2013 20:20:05 -0400 Subject: [PATCH] controlpanel.cpp: Modify the message for when you attempt to delete the currently active network --- modules/controlpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/controlpanel.cpp b/modules/controlpanel.cpp index f1fdcf81..e9c39a56 100644 --- a/modules/controlpanel.cpp +++ b/modules/controlpanel.cpp @@ -775,7 +775,7 @@ class CAdminMod : public CModule { } if (pNetwork == m_pNetwork) { - PutModule("Currently active network can be deleted via *status"); + PutModule("The currently active network can be deleted via " + m_pUser->GetStatusPrefix() + "status"); return; }