Update nl.rs (#6708)

This commit is contained in:
FastAct 2023-12-19 03:39:36 +01:00 committed by GitHub
parent adf9b82d6b
commit dc8a70bb26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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