From eb7b2c5ca1d91772cd1cc25842dd9b85365c1849 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 4 May 2012 20:07:22 +0000 Subject: [PATCH] Atualizando tradução pt_BR --- ft_cut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ft_cut.c b/ft_cut.c index a8779ef..717ef17 100644 --- a/ft_cut.c +++ b/ft_cut.c @@ -404,7 +404,7 @@ cut_data_request(void) ctlr_add(O_UP_DATA + j, 0, 0); /* Abort the transfer. */ - cut_abort(SC_ABORT_FILE,_( "Error \"%s\" reading local file (rc=%d)" ), strerror(errno), errno); + cut_abort(SC_ABORT_FILE,_( "Error \"%s\" reading from local file (rc=%d)" ), strerror(errno), errno); return; } @@ -500,7 +500,7 @@ cut_data(void) /* Write it to the file. */ if (fwrite((char *)cvbuf, conv_length, 1, ftsession->ft_local_file) == 0) { - cut_abort(SC_ABORT_FILE,_( "Error \"%s\" writing to file (rc=%d)" ),strerror(errno),errno); + cut_abort(SC_ABORT_FILE,_( "Error \"%s\" writing to local file (rc=%d)" ),strerror(errno),errno); } else { ft_length += conv_length; ft_update_length(NULL); -- libgit2 0.21.2