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:
parent
eed2153eb0
commit
d0312934a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue