mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix wrong English text, close #1465
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user