Merge pull request #2794 from neogalaxy88/patch-8

Update it.rs
This commit is contained in:
RustDesk 2023-01-10 20:53:44 +08:00 committed by GitHub
commit 57f9ed3d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,7 +411,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Local keyboard type", "Tipo di tastiera locale"), ("Local keyboard type", "Tipo di tastiera locale"),
("Select local keyboard type", "Seleziona il tipo di tastiera locale"), ("Select local keyboard type", "Seleziona il tipo di tastiera locale"),
("software_render_tip", ""), ("software_render_tip", ""),
("Always use software rendering", ""), ("Always use software rendering", "Usa sempre il render Software"),
("config_input", ""), ("config_input", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }