]> granicus.if.org Git - transmission/commitdiff
translate GTK+ to Qt
authorJordan Lee <jordan@transmissionbt.com>
Sat, 6 Aug 2011 17:03:57 +0000 (17:03 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sat, 6 Aug 2011 17:03:57 +0000 (17:03 +0000)
qt/prefs-dialog.cc

index c87483c04b7eb99936aeeef141dfc66f8a11d062..6d5bc003f70ed39333fcfe108f5b998cad8f3ff0 100644 (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" ) );