From dde3cce12023c82f8db333d514381dbf53e13dc3 Mon Sep 17 00:00:00 2001 From: kibeb <14143176+kibeb@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:55:44 +0200 Subject: [PATCH] Update cs.rs: typo corrected (#9074) --- 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 2531a263c..1dff85e44 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -160,7 +160,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Create desktop icon", "Vytvořit ikonu na ploše"), ("agreement_tip", "Spuštěním instalace přijímáte licenční ujednání."), ("Accept and Install", "Přijmout a nainstalovat"), - ("End-user license agreement", "Licencenční ujednání s koncovým uživatelem"), + ("End-user license agreement", "Licenční ujednání s koncovým uživatelem"), ("Generating ...", "Vytváření ..."), ("Your installation is lower version.", "Máte nainstalovanou starší verzi"), ("not_close_tcp_tip", "Po dobu, po kterou tunel potřebujete, nezavírejte toto okno"),