Changeset 10724
- Timestamp:
- Jun 4, 2010, 4:43:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/tr-prefs.c
r10673 r10724 280 280 281 281 t = hig_workarea_create( ); 282 hig_workarea_add_section_title( t, &row, _( "Adding Torrents" ) );282 hig_workarea_add_section_title( t, &row, _( "Adding" ) ); 283 283 284 284 #ifdef HAVE_GIO … … 304 304 hig_workarea_add_wide_control( t, &row, w ); 305 305 306 hig_workarea_add_section_divider( t, &row ); 307 hig_workarea_add_section_title( t, &row, _( "Downloading" ) ); 308 306 309 s = _( "Append \"._part\" to incomplete files' names" ); 307 310 w = new_check_button( s, TR_PREFS_KEY_RENAME_PARTIAL_FILES, core ); … … 326 329 327 330 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" ) ); 329 332 330 333 s = _( "_Seed torrent until its ratio reaches:" );
Note: See TracChangeset
for help on using the changeset viewer.