Fix wrong English text, close #1465

This commit is contained in:
Alexey Sokolov
2017-11-26 22:12:09 +00:00
parent 12b3e167ee
commit 70bf4ad9ba

View File

@@ -711,7 +711,7 @@ class CAdminMod : public CModule {
}
PutModule(t_p("Channel {1} is deleted from network {2} of user {3}",
"Channels {2} are deleted from network {2} of user {3}",
"Channels {1} are deleted from network {2} of user {3}",
vsNames.size())(
CString(", ").Join(vsNames.begin(), vsNames.end()),
pNetwork->GetName(), sUsername));