Pavel Roskin 22 лет назад
Родитель
Сommit
7d90636758
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      vfs/mcfs.c

+ 1 - 1
vfs/mcfs.c

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