From f33ed2741978fea9df55f06170b7e98487c03a0d Mon Sep 17 00:00:00 2001 From: John Fowler Date: Sat, 16 Aug 2025 06:09:15 +0200 Subject: [PATCH] Update hu.rs (#12610) Add and translate a new string. --- src/lang/hu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/hu.rs b/src/lang/hu.rs index df0f716f6..fe22768f7 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.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.", "Hiba merült fel annak ellenőrzése során, hogy a felhasználó rendszergazda-e."), ("Supported only in the installed version.", "Csak a telepített változatban támogatott."), ("elevation_username_tip", "Felhasználónév vagy tartománynév megadása\\felhasználónév"), - ("Preparing for installation ...", ""), + ("Preparing for installation ...", "Felkészülés a telepítésre ..."), ].iter().cloned().collect(); }