From 7b6f6bc1b3191d372caa7d60ae3f665cfa4ded7d Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 13 Apr 2023 18:18:09 +0800 Subject: [PATCH] revert Auto translation in IT --- 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 2e0d474cc..4f1f10e7e 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -449,7 +449,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Default Codec", "Codec predefinito"), ("Bitrate", "Bitrate"), ("FPS", "FPS"), - ("Auto", "Codec automatico"), + ("Auto", "Automatico"), ("Other Default Options", "Altre opzioni predefinite"), ("Voice call", "Chiamata vocale"), ("Text chat", "Chat testuale"),