tweak wording of "out of networks" errors

(cherry picked from commit 2b3d40a501)
This commit is contained in:
dgw
2013-11-21 03:48:53 -05:00
committed by Alexey Sokolov
parent 2d2e123777
commit 48e0af03c1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -821,7 +821,7 @@ public:
}
} else {
if (!spSession->IsAdmin() && !pUser->HasSpaceForNewNetwork()) {
WebSock.PrintErrorPage("Network number limit reached. Ask an admin to increase the limit for you, or delete few old ones from Your Settings");
WebSock.PrintErrorPage("Network number limit reached. Ask an admin to increase the limit for you, or delete unneeded networks from Your Settings.");
return true;
}