mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Reuse existing button names.
This commit is contained in:
parent
3d11804299
commit
7d90636758
@ -141,7 +141,7 @@ mcfs_login_server (int my_socket, char *user, int port,
|
||||
(" The remote server is not running on a system port \n"
|
||||
" you need a password to log in, but the information may \n"
|
||||
" not be safe on the remote side. Continue? \n"),
|
||||
3, 2, _(" Yes "), _(" No "));
|
||||
3, 2, _("&Yes"), _("&No"));
|
||||
|
||||
if (v == 1) {
|
||||
close (my_socket);
|
||||
|
Loading…
Reference in New Issue
Block a user