Skip to content
Snippets Groups Projects
Commit 933d6beb authored by rswindell's avatar rswindell
Browse files

Uploader download notification: changed "Partially" to "partially".

parent ebe1064d
No related branches found
No related tags found
No related merge requests found
......@@ -1537,7 +1537,7 @@ static void send_thread(void* arg)
/* Inform uploader of downloaded file */
sprintf(str,text[DownloadUserMsg]
,getfname(xfer.filename)
,xfer.filepos ? "Partially FTP-" : "FTP-"
,xfer.filepos ? "partially FTP-" : "FTP-"
,xfer.user->alias,tmp);
putsmsg(&scfg,uploader.number,str);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment