From 212bbaf44c1e84ae342390249f1ae4ab527d1fd4 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:08:39 +0200 Subject: [PATCH] Update de.rs (#12600) --- src/lang/de.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/de.rs b/src/lang/de.rs index 4a703f4ba..5f5fffb71 100644 --- a/src/lang/de.rs +++ b/src/lang/de.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.", "Es konnte nicht geprüft werden, ob der Benutzer ein Administrator ist."), ("Supported only in the installed version.", "Wird nur in der installierten Version unterstützt."), ("elevation_username_tip", "Geben Sie Benutzername oder Domäne\\Benutzername ein"), - ("Preparing for installation ...", ""), + ("Preparing for installation ...", "Installation wird vorbereitet …"), ].iter().cloned().collect(); }