diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 706bb341b..652a7a804 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -708,6 +708,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Failed to check if the user is an administrator.", "Fout bij het controleren of de gebruiker een beheerder is."), ("Supported only in the installed version.", "Alleen ondersteund in de geïnstalleerde versie."), ("elevation_username_tip", "Voer je gebruikersnaam of domeinnaam in"), - ("Preparing for installation ...", ""), + ("Preparing for installation ...", "Voorbereiden voor installatie ..."), ].iter().cloned().collect(); }