Changeset 5208 for trunk/libtransmission/utils.c
- Timestamp:
- Mar 6, 2008, 9:59:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.c
r5194 r5208 383 383 if( NULL == buf ) 384 384 { 385 tr_err( _( "Couldn't read file \"%s\": memory allocation failed" ) );385 tr_err( _( "Couldn't read file \"%s\": %s" ), path, _( "Memory allocation failed" ) ); 386 386 fclose( file ); 387 387 return NULL; … … 528 528 529 529 case TR_ERROR_IO_PARENT: 530 return _( "Download folderdoesn't exist" );530 return _( "Download directory doesn't exist" ); 531 531 case TR_ERROR_IO_PERMISSIONS: 532 532 return tr_strerror( EACCES );
Note: See TracChangeset
for help on using the changeset viewer.