1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

(daemon) tweak the r7000 text a bit

This commit is contained in:
Charles Kerr 2008-11-01 04:28:07 +00:00
parent eed2153eb0
commit d0312934a8

View file

@ -649,7 +649,7 @@ getStatusString( tr_benc * t, char * buf, size_t buflen )
if( j && k ) if( j && k )
tr_strlcpy( buf, "Up & Down", buflen ); tr_strlcpy( buf, "Up & Down", buflen );
else if( j ) else if( j )
tr_strlcpy( buf, (i==TR_STATUS_SEED ? "Uploading" : "Seeding"), buflen ); tr_strlcpy( buf, (i==TR_STATUS_SEED ? "Seeding" : "Uploading"), buflen );
else if( j ) else if( j )
tr_strlcpy( buf, "Downloading", buflen ); tr_strlcpy( buf, "Downloading", buflen );
else else