From decb52f505650b9ae4de29614613937b1340198f Mon Sep 17 00:00:00 2001 From: anders_k Date: Mon, 19 Jun 2017 22:01:31 +0000 Subject: [PATCH] Minor Czech translation fix from the forum git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6874 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Language files/Czech.nlf | 2 +- Docs/src/flowcontrol.but | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/Language files/Czech.nlf b/Contrib/Language files/Czech.nlf index 1f73c87b..d5249257 100644 --- a/Contrib/Language files/Czech.nlf +++ b/Contrib/Language files/Czech.nlf @@ -128,7 +128,7 @@ Soubor nelze otevřít pro zápis: \r\n\t"$0"\r\nKlikněte na tlačítko Opakova # ^CopyFailed Kopírování se nezdařilo. # ^CopyTo -"Zkopírovat do " +"Kopírování do " # ^Registering "Registrace: " # ^Unregistering diff --git a/Docs/src/flowcontrol.but b/Docs/src/flowcontrol.but index b0256511..5c48a144 100644 --- a/Docs/src/flowcontrol.but +++ b/Docs/src/flowcontrol.but @@ -187,7 +187,7 @@ Same as \R{intcmp}{IntCmp}, but treats the values as unsigned integers. \S2{messagebox} MessageBox -\c mb_option_list messagebox_text [/SD return] [return_check jumpto] [return_check_2 jumpto_2] +\c mb_option_list messagebox_text [/SD return] [return_check jumpto [return_check_2 jumpto_2]] Displays a \R{messagebox}{MessageBox} containing the text "messagebox_text". mb_option_list must be one or more of the following, delimited by |s (e.g. MB_YESNO|MB_ICONSTOP).