From 1bfafaf07cacbd1925c85eaf94cf3c60434d8354 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Wed, 29 May 2024 02:15:17 +0200 Subject: [PATCH] Update Italian language (#8185) --- src/lang/it.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 904a85c68..ba6ae1df8 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -613,7 +613,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("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", "È stata ricevuta una nuova richiesta di chiamata vocale. Se accetti, l'audio passerà alla comunicazione vocale."), - ("texture_render_tip", ""), - ("Use texture rendering", ""), + ("texture_render_tip", "Usa il rendering texture per rendere le immagini più fluide."), + ("Use texture rendering", "Usa rendering texture"), ].iter().cloned().collect(); }