Merge pull request #432 from dgw/out-of-networks-err-sp

Tweak wording of "out of networks" errors
This commit is contained in:
Alexey Sokolov
2013-11-21 09:50:51 -08:00
3 changed files with 3 additions and 3 deletions

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;
}