Changeset 10922 for trunk/qt/prefs-dialog.cc
- Timestamp:
- Jul 1, 2010, 4:15:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/prefs-dialog.cc
r10722 r10922 553 553 QWidget *l, *r; 554 554 HIG * hig = new HIG( this ); 555 hig->addSectionTitle( tr( "Adding Torrents" ) );555 hig->addSectionTitle( tr( "Adding" ) ); 556 556 557 557 l = checkBoxNew( tr( "Automatically &add torrents from:" ), Prefs::DIR_WATCH_ENABLED ); … … 566 566 hig->addWideControl( checkBoxNew( tr( "&Start when added" ), Prefs::START ) ); 567 567 hig->addWideControl( checkBoxNew( tr( "Mo&ve .torrent file to the trash" ), Prefs::TRASH_ORIGINAL ) ); 568 569 hig->addSectionDivider( ); 570 hig->addSectionTitle( tr( "Downloading" ) ); 571 568 572 hig->addWideControl( checkBoxNew( tr( "Append \".&part\" to incomplete files' names" ), Prefs::RENAME_PARTIAL_FILES ) ); 569 573 … … 591 595 592 596 hig->addSectionDivider( ); 593 hig->addSectionTitle( tr( " Limits" ) );597 hig->addSectionTitle( tr( "Seeding" ) ); 594 598 595 599 l = checkBoxNew( tr( "&Seed torrent until its ratio reaches:" ), Prefs::RATIO_ENABLED );
Note: See TracChangeset
for help on using the changeset viewer.