Add missing space in "hasno"

Fixes the remaining part of #1465.
This commit is contained in:
Uli Schlachter
2017-11-27 12:09:00 +01:00
committed by Alexey Sokolov
parent 70bf4ad9ba
commit 6689705756
+1 -1
View File
@@ -1528,7 +1528,7 @@ class CAdminMod : public CModule {
if (!pNetwork) return;
if (pNetwork->GetModules().empty()) {
PutModule(t_f("Network {1} of user {2} hasno modules loaded.")(
PutModule(t_f("Network {1} of user {2} has no modules loaded.")(
pNetwork->GetName(), pUser->GetUserName()));
}