From da23e26a70a563883e4945629f6653551dd060b4 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Wed, 15 May 2024 01:12:33 +0200 Subject: [PATCH] Update Italian language (#8052) --- 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 e15a0edc7..44c8dc973 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -612,6 +612,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clear Wayland screen selection", "Annulla selezione schermata Wayland"), ("clear_Wayland_screen_selection_tip", "Dopo aver annullato la selezione schermo, è possibile selezionare nuovamente lo schermo da condividere."), ("confirm_clear_Wayland_screen_selection_tip", "Sei sicuro di voler annullare la selezione schermo Wayland?"), - ("android_new_voice_call_tip", ""), + ("android_new_voice_call_tip", "È stata ricevuta una nuova richiesta di chiamata vocale. Se accetti, l'audio passerà alla comunicazione vocale."), ].iter().cloned().collect(); }