Yet another batch of description tweaks, as well as the last major checkin of translations to swedish (updated patch)

darcs-hash:20060111141735-ac50b-b6a9ac5d5d9eb8eac28dd39968cd28f99044e8f5.gz
This commit is contained in:
axel
2006-01-12 00:17:35 +10:00
parent be9208412a
commit d4034fc253
53 changed files with 1328 additions and 1369 deletions

2
io.c
View File

@@ -70,7 +70,7 @@ void io_buffer_read( io_data_t *d )
if( errno != EAGAIN )
{
debug( 1,
_(L"An error occured while reading output from code block on fd %d"),
_(L"An error occured while reading output from code block on file descriptor %d"),
d->param1.pipe_fd[0] );
wperror( L"io_buffer_read" );
}