From 8ec4f78ac73efeb43026b2451b9a430d6d217a69 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Fri, 16 Jun 2023 10:39:49 +0200 Subject: [PATCH] Update italian language --- 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 490975ce3..0d0c22ecb 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -68,7 +68,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Close", "Chiudi"), ("Retry", "Riprova"), ("OK", "OK"), - ("Password Required", "Password richiesta"), + ("Password Required", "Richiesta password"), ("Please enter your password", "Inserisci la password"), ("Remember password", "Ricorda password"), ("Wrong Password", "Password errata"),