From cb3bab48ff3c38c90192294e6aa1379fdf795c70 Mon Sep 17 00:00:00 2001 From: Dmitry Sapozhnikov <11535558+o-sdn-o@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:52:32 +0500 Subject: [PATCH] #450 localization independent --- src/netxs/desktopio/consrv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netxs/desktopio/consrv.hpp b/src/netxs/desktopio/consrv.hpp index b3cd33e1ae..fdef0f9202 100644 --- a/src/netxs/desktopio/consrv.hpp +++ b/src/netxs/desktopio/consrv.hpp @@ -1116,7 +1116,7 @@ struct impl : consrv server.uiterm.update([&] { auto& term = server.uiterm; - term.ondata("(Ctrl+C to Yes) "); + term.ondata("(Ctrl+C = Y) "); }); } lock.lock();