From c01bbeea7832b8b10e8afc9c6980991c65d1d741 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Wed, 23 Jul 2025 05:12:56 +0200 Subject: [PATCH] Italian language update (#12347) --- 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 0482a7223..fcebe35b4 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> = ("The user is not an administrator.", "L'utente non è un amministratore."), ("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", ""), + ("elevation_username_tip", "Inserisci Nome utente o dominio sorgente\\nome Utente"), ].iter().cloned().collect(); }