Skip to content

Commit

Permalink
Tweak the F.U. message a little.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 4, 2008
1 parent 71f46bc commit 5998baf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nph-offload.c
Expand Up @@ -276,9 +276,9 @@ static DownloadRecord *GAllDownloads = NULL;
static DownloadRecord *GMyDownload = NULL;

#define DUPE_FORBID_TEXT \
"403 Forbidden\n\n" \
"We're limiting the number of connections you can make.\n" \
"Please disable any 'download accelerators' and try again later.\n\n" \
"403 Forbidden - " GSERVERSTRING "\n\n" \
"Your network address has too many connections for this specific file.\n" \
"Please disable any 'download accelerators' and try again.\n\n" \

typedef struct
{
Expand Down

0 comments on commit 5998baf

Please sign in to comment.