mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
(gtk) fix main window formatting error for torrents whose local data's being verified
This commit is contained in:
parent
f8b0763c30
commit
83a72d9d64
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ getShortStatusString( const tr_stat * torStat )
|
|||
case TR_STATUS_CHECK:
|
||||
g_string_append_printf( gstr, _("Verifying local data (%.1f%% tested)"),
|
||||
torStat->recheckProgress * 100.0 );
|
||||
break;
|
||||
|
||||
case TR_STATUS_DOWNLOAD:
|
||||
case TR_STATUS_SEED:
|
||||
|
|
Loading…
Reference in a new issue