Commit 61d7cb90e9205127ec1396278d0bad04d6d2c958
1 parent
add8fdb9
Exists in
master
and in
3 other branches
Traduzindo para pt-br
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
host.c
... | ... | @@ -300,8 +300,8 @@ split_host(H3270 *hSession, char *s, char *ansi, char *std_ds, char *passthru, |
300 | 300 | case 'L': |
301 | 301 | popup_system_error(hSession, _( "SSL error" ), |
302 | 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 | 307 | goto split_fail; | ... | ... |