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(); }