aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-12 00:17:35 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-12 00:17:35 +1000
commitd4034fc253857428294cff95a4ca75bdb9ab52f4 (patch)
treef9c11e43bdcceb4ed9c7ea64618650b8ed5ed996 /reader.c
parentbe9208412a0e141d29ec37415f8e4f0f5955da75 (diff)
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
Diffstat (limited to 'reader.c')
-rw-r--r--reader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/reader.c b/reader.c
index 3b1ff9d7..1c428133 100644
--- a/reader.c
+++ b/reader.c
@@ -3120,7 +3120,7 @@ static int read_ni( int fd )
if( fclose( in_stream ))
{
debug( 1,
- _( L"Error while closing input" ) );
+ _( L"Error while closing input stream" ) );
wperror( L"fclose" );
res = 1;
}
@@ -3163,7 +3163,7 @@ static int read_ni( int fd )
else
{
debug( 1,
- _( L"Error while opening input" ) );
+ _( L"Error while opening input stream" ) );
wperror( L"fdopen" );
free( buff );
res=1;