mirror of
https://github.com/transmission/transmission
synced 2025-03-19 02:05:32 +00:00
translate GTK+ to Qt
This commit is contained in:
parent
79cb75e57d
commit
fa22e211c7
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ PrefsDialog :: createDownloadTab( )
|
|||
hig->addSectionTitle( tr( "Queue" ) );
|
||||
|
||||
hig->addRow( tr( "Maximum active &downloads:" ), spinBoxNew( Prefs::DOWNLOAD_QUEUE_SIZE, 1, INT_MAX, 1 ) );
|
||||
hig->addRow( tr( "Downloads sharing data in the last N minutes are _active:" ), spinBoxNew( Prefs::QUEUE_STALLED_MINUTES, 1, INT_MAX, 15 ) );
|
||||
hig->addRow( tr( "Downloads sharing data in the last N minutes are &active:" ), spinBoxNew( Prefs::QUEUE_STALLED_MINUTES, 1, INT_MAX, 15 ) );
|
||||
|
||||
hig->addSectionDivider( );
|
||||
hig->addSectionTitle( tr( "Incomplete" ) );
|
||||
|
|
Loading…
Add table
Reference in a new issue