From 1c447fe4388801e1503f64587aab2fd16a3161b7 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 26 May 2022 21:22:42 +0800 Subject: [PATCH] fix cs --- src/lang/cs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/cs.rs b/src/lang/cs.rs index a68dc54b5..42593d8ec 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -266,7 +266,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("android_start_service_tip", "Službu pro sdílení obrazovky spustíte klepnutím na [Spustit službu] nebo UDĚLTE pověření pro [Zachytávání obsahu obrazovky]."), ("Account", "Účet"), ("Overwrite", "Přepsat"), - ("This file exists, skip or overwrite this file?", "Tento soubor existuje – přeskočit ho nebo přepsat?") + ("This file exists, skip or overwrite this file?", "Tento soubor existuje – přeskočit ho nebo přepsat?"), ("Quit", "Ukončit"), ("doc_mac_permission", "https://rustdesk.com/docs/en/manual/mac/#enable-permissions"), ("Help", "Nápověda"),