diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-30 00:30:58 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-30 00:30:58 +0100 |
| commit | 9cd593b95dfc4b08bc0653ce129f0751510ac23a (patch) | |
| tree | c8a2b5e36e2f50d093a204c53fc1272e471958ba /src/base | |
| parent | 870d9e5f907dc01d2a37b254c7152e8a37efb17d (diff) | |
Update po.
Diffstat (limited to 'src/base')
| -rw-r--r-- | src/base/downServer.c | 2 |
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; } |