mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk qt) #3899 "typo in qt/details.cc" -- fixed. patch by cantabile
This commit is contained in:
@@ -423,7 +423,7 @@ Details :: refresh( )
|
||||
}
|
||||
else
|
||||
{
|
||||
string = tr( "%1 of %2% (%3%), %4 Unverified" )
|
||||
string = tr( "%1 of %2 (%3%), %4 Unverified" )
|
||||
.arg( Formatter::sizeToString( haveVerified + haveUnverified ) )
|
||||
.arg( Formatter::sizeToString( sizeWhenDone ) )
|
||||
.arg( pct )
|
||||
|
||||
Reference in New Issue
Block a user