From 0271ea7dadbb2b130b7c6a18c1043279deafea6e Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:19:05 +0200 Subject: [PATCH] Update Italian language --- src/lang/it.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/it.rs b/src/lang/it.rs index 738dfa79e..caeeec340 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -566,5 +566,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show displays as individual windows", "Visualizza schermi come finestre individuali"), ("Use all my displays for the remote session", "Usa tutti gli schermi per la sessione remota"), ("selinux_tip", ""), + ("selinux_tip", "In questo dispositivo รจ abilitato SELinux, che potrebbe impedire il corretto funzionamento di RustDesk come lato controllato."), ].iter().cloned().collect(); }