From e0ab3f0c92ae9f48ab9f1752404c5f045772903c Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Wed, 20 Aug 2025 08:17:02 +0200 Subject: [PATCH] Italian language update (#12679) --- src/lang/it.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 613c4ce16..7de119980 100644 --- a/src/lang/it.rs +++ b/src/lang/it.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.", "Impossibile verificare se l'utente รจ un amministratore."), ("Supported only in the installed version.", "Supportato solo nella versione installata."), ("elevation_username_tip", "Inserisci Nome utente o dominio sorgente\\nome Utente"), - ("Preparing for installation ...", ""), + ("Preparing for installation ...", "Preparazione per l'installazione..."), ].iter().cloned().collect(); }