From fa1b61b3e338de4de59f6fed6408822600fb52e0 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sun, 24 Sep 2023 10:54:29 +0200 Subject: [PATCH] Update Italian language --- 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 e1d0be88c..e0a944036 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Connection failed due to inactivity", "Connessione non riuscita a causa di inattività"), ("Check for software update on startup", "All'avvio verifica presenza aggiornamenti programma"), ("upgrade_rustdesk_server_pro_to_{}_tip", "Aggiorna RustDesk Server Pro alla versione {} o successiva!"), - ("pull_group_failed_tip", ""), + ("pull_group_failed_tip", "Impossibile aggiornare il gruppo"), ].iter().cloned().collect(); }