controlpanel.cpp: Modify the message for when you attempt to delete the currently active network

This commit is contained in:
Thomas Ward
2013-10-12 20:20:05 -04:00
parent 8a205483f1
commit 5b34d39690
+1 -1
View File
@@ -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;
}