Update it.rs

This commit is contained in:
ilGigioVr88 2023-01-10 11:37:44 +01:00 committed by GitHub
parent 8369026c51
commit 5728c69e18
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"),
("Select local keyboard type", "Seleziona il tipo di tastiera locale"),
("software_render_tip", ""),
("Always use software rendering", ""),
("Always use software rendering", "Usa sempre il render Software"),
("config_input", ""),
].iter().cloned().collect();
}