diff runtime/lang/menu_cs_cz.utf-8.vim @ 20146:d1bcb0b721cc v8.2.0628

patch 8.2.0628: error in menu translations Commit: https://github.com/vim/vim/commit/e71ebb46a252cd1cdfb075e6014c2b13c580bf3f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 23 23:54:04 2020 +0200 patch 8.2.0628: error in menu translations Problem: Error in menu translations. Solution: Insert a backslash before a space in one more file. (Shun Bai, Emir Sari)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Apr 2020 00:00:04 +0200
parents b3f3237a3d72
children a1effd6bb5ba
line wrap: on
line diff
--- a/runtime/lang/menu_cs_cz.utf-8.vim
+++ b/runtime/lang/menu_cs_cz.utf-8.vim
@@ -110,7 +110,7 @@ menutrans Build\ &Tags\ File		&Vytvořit\ soubor\ tagů
 if has("spell")
    menutrans &Spelling			&Kontrola\ pravopisu
    menutrans &Spell\ Check\ On		&Zapnout\ kontrolu\ pravopisu
-   menutrans Spell\ Check\ &Off		&Vypnout \kontrolu\ pravopisu
+   menutrans Spell\ Check\ &Off		&Vypnout\ kontrolu\ pravopisu
    menutrans To\ &Next\ error<Tab>]s	&Další\ chyba<Tab>]s
    menutrans To\ &Previous\ error<Tab>[s	&Předchozí\ chyba<Tab>[s
    menutrans Suggest\ &Corrections<Tab>z=	&Navrhnout\ opravy<Tab>z=