(trunk qt) #3899 "typo in qt/details.cc" -- fixed. patch by cantabile

This commit is contained in:
Jordan Lee 2011-01-13 19:12:18 +00:00
parent 36e54b59e9
commit 8d06a961b2
1 changed files with 1 additions and 1 deletions

View File

@ -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 )