From 438cef8cf98c312a6c23d912877be79e9bf1d161 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sat, 30 Aug 2025 06:08:56 +0200 Subject: [PATCH] Italian language update (#12762) --- 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 82eaf56fc..fcd114616 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("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 ...", "Preparazione per l'installazione..."), - ("Show my cursor", ""), + ("Show my cursor", "Visualizza il mio cursore"), ].iter().cloned().collect(); }