Merge pull request #419 from TheLordOfTime/master

controlpanel.cpp: Modify the message for when you attempt to delete the currently active network
This commit is contained in:
Alexey Sokolov
2013-10-13 10:27:25 -07:00
+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;
}