From 61d7cb90e9205127ec1396278d0bad04d6d2c958 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 3 May 2012 19:30:00 +0000 Subject: [PATCH] Traduzindo para pt-br --- host.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host.c b/host.c index 021d8c1..465e1e2 100644 --- a/host.c +++ b/host.c @@ -300,8 +300,8 @@ split_host(H3270 *hSession, char *s, char *ansi, char *std_ds, char *passthru, case 'L': popup_system_error(hSession, _( "SSL error" ), _( "Unable to connect to secure hosts" ), - "%s", - _( "This version of " PACKAGE_NAME " was built without support for secure sockets layer (SSL)." ) + _( "This version of %s was built without support for secure sockets layer (SSL)." ), + PACKAGE_NAME ); goto split_fail; -- libgit2 0.21.2