Changeset 5576
- Timestamp:
- Apr 10, 2008, 2:53:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r5519 r5576 413 413 } 414 414 } 415 tr_inf( _( "Migrated %1$d files from \"%2$s\" to \"%3$s\"" ), 416 count, oldDir, newDir ); 415 416 if( count ) 417 tr_inf( _( "Migrated %1$d files from \"%2$s\" to \"%3$s\"" ), 418 count, oldDir, newDir ); 417 419 closedir( dirh ); 418 420 }
Note: See TracChangeset
for help on using the changeset viewer.