Commit 61d7cb90e9205127ec1396278d0bad04d6d2c958

Authored by perry.werneck@gmail.com
1 parent add8fdb9

Traduzindo para pt-br

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -300,8 +300,8 @@ split_host(H3270 *hSession, char *s, char *ansi, char *std_ds, char *passthru, @@ -300,8 +300,8 @@ split_host(H3270 *hSession, char *s, char *ansi, char *std_ds, char *passthru,
300 case 'L': 300 case 'L':
301 popup_system_error(hSession, _( "SSL error" ), 301 popup_system_error(hSession, _( "SSL error" ),
302 _( "Unable to connect to secure hosts" ), 302 _( "Unable to connect to secure hosts" ),
303 - "%s",  
304 - _( "This version of " PACKAGE_NAME " was built without support for secure sockets layer (SSL)." ) 303 + _( "This version of %s was built without support for secure sockets layer (SSL)." ),
  304 + PACKAGE_NAME
305 ); 305 );
306 306
307 goto split_fail; 307 goto split_fail;