summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.c b/src/client/client.c
index 8ad0fd1..cba5248 100644
--- a/src/client/client.c
+++ b/src/client/client.c
@@ -176,7 +176,7 @@ static void selectClientUdpSocket()
if( isServerAlive() == FALSE )
{
- fprintf(stderr, "server neodpoveda !\n");
+ fprintf(stderr, "Server does not respond!\n");
setMsgToAnalyze(getMyText("ERROR_SERVER_DONT_ALIVE"));
setWorldEnd();
return;