From dc8a70bb266ad1c17c298ef5ce94bd241591f661 Mon Sep 17 00:00:00 2001 From: FastAct <93490087+FastAct@users.noreply.github.com> Date: Tue, 19 Dec 2023 03:39:36 +0100 Subject: [PATCH] Update nl.rs (#6708) --- src/lang/nl.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 2fea853c6..26e70e2b3 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -576,7 +576,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("input_source_1_tip", "Invoerbron 1"), ("input_source_2_tip", "Invoerbron 2"), ("capture_display_elevated_connections_tip", "Scannen van meerdere schermen wordt niet ondersteund in de bevoorrechte gebruikersmodus. Als je meerdere schermen wilt bedienen, probeer het dan opnieuw na de installatie."), - ("Swap control-command key", ""), - ("swap-left-right-mouse", ""), + ("Swap control-command key", "Wissel controle-commando toets"), + ("swap-left-right-mouse", "wissel-links-rechts-muis"), ].iter().cloned().collect(); }