Reuse existing button names.

This commit is contained in:
Pavel Roskin 2002-10-21 21:56:20 +00:00
parent 3d11804299
commit 7d90636758

View File

@ -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);