From 5728c69e18ca8b5ed5ef64174f2954de2c984198 Mon Sep 17 00:00:00 2001 From: ilGigioVr88 Date: Tue, 10 Jan 2023 11:37:44 +0100 Subject: [PATCH] Update it.rs --- 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 ac3ea46fa..05ee237bd 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); }