From 5a89aa3b329425320e1b867f7dbae2b3eb4d9584 Mon Sep 17 00:00:00 2001 From: Kleofass Date: Tue, 17 Oct 2023 23:58:54 +0300 Subject: [PATCH] Update lv.rs --- src/lang/lv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/lv.rs b/src/lang/lv.rs index 09eef383b..6dd5a2b0b 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -564,6 +564,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("elevated_switch_display_msg", "Pārslēdzieties uz primāro displeju, jo paaugstinātajā režīmā netiek atbalstīti vairāki displeji."), ("Open in new window", "Atvērt jaunā logā"), ("Show displays as individual windows", "Rādīt displejus kā atsevišķus logus"), - ("Use all my displays for the remote session", ""), + ("Use all my displays for the remote session", "Izmantot visus manus displejus attālajai sesijai"), ].iter().cloned().collect(); }