Update nl.rs

This commit is contained in:
FastAct 2023-05-09 19:03:12 +02:00 committed by GitHub
parent 777b5a24b3
commit 8c767cb67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,8 +498,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Fingerprint", "Vingerafdruk"),
("Copy Fingerprint", "Kopieer Vingerafdruk"),
("no fingerprints", "geen vingerafdrukken"),
("Select a peer", ""),
("Select peers", ""),
("Plugins", "")
("Select a peer", "Selecteer een peer"),
("Select peers", "Selecteer peers"),
("Plugins", "Plugins")
].iter().cloned().collect();
}