translate GTK+ to Qt

This commit is contained in:
Jordan Lee 2011-08-06 17:03:57 +00:00
parent 79cb75e57d
commit fa22e211c7
1 changed files with 1 additions and 1 deletions

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