summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2008-11-30 00:30:58 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2008-11-30 00:30:58 +0100
commit9cd593b95dfc4b08bc0653ce129f0751510ac23a (patch)
treec8a2b5e36e2f50d093a204c53fc1272e471958ba /src
parent870d9e5f907dc01d2a37b254c7152e8a37efb17d (diff)
Update po.
Diffstat (limited to 'src')
-rw-r--r--src/base/downServer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/downServer.c b/src/base/downServer.c
index d4f952c..3781ad9 100644
--- a/src/base/downServer.c
+++ b/src/base/downServer.c
@@ -131,7 +131,7 @@ int initDownServer(char *ip4, int port4)
if( sock_server_tcp == NULL )
{
- fprintf(stderr, _("down server do not inicialized !\n"));
+ fprintf(stderr, _("Unable to initialize download server!\n"));
return -1;
}