1
0
Fork 0
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:
Jordan Lee 2011-08-06 17:03:57 +00:00
parent 79cb75e57d
commit fa22e211c7

View file

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