Changeset 10724


Ignore:
Timestamp:
Jun 4, 2010, 4:43:16 PM (13 years ago)
Author:
charles
Message:

(trunk gtk) minor improvements to the prefs dialog's layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gtk/tr-prefs.c

    r10673 r10724  
    280280
    281281    t = hig_workarea_create( );
    282     hig_workarea_add_section_title( t, &row, _( "Adding Torrents" ) );
     282    hig_workarea_add_section_title( t, &row, _( "Adding" ) );
    283283
    284284#ifdef HAVE_GIO
     
    304304    hig_workarea_add_wide_control( t, &row, w );
    305305
     306    hig_workarea_add_section_divider( t, &row );
     307    hig_workarea_add_section_title( t, &row, _( "Downloading" ) );
     308
    306309    s = _( "Append \"._part\" to incomplete files' names" );
    307310    w = new_check_button( s, TR_PREFS_KEY_RENAME_PARTIAL_FILES, core );
     
    326329
    327330    hig_workarea_add_section_divider( t, &row );
    328     hig_workarea_add_section_title( t, &row, _( "Limits" ) );
     331    hig_workarea_add_section_title( t, &row, _( "Seeding" ) );
    329332
    330333    s = _( "_Seed torrent until its ratio reaches:" );
Note: See TracChangeset for help on using the changeset viewer.