diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-23 23:54:04 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-23 23:54:04 +0200 |
commit | e71ebb46a252cd1cdfb075e6014c2b13c580bf3f (patch) | |
tree | 398434e65f9cc7738640edd085885711a08b0c31 /runtime/lang/menu_cs_cz.utf-8.vim | |
parent | b8ce6b0005573139fd101dc703ed30360940401b (diff) | |
download | vim-git-e71ebb46a252cd1cdfb075e6014c2b13c580bf3f.tar.gz |
patch 8.2.0628: error in menu translationsv8.2.0628
Problem: Error in menu translations.
Solution: Insert a backslash before a space in one more file. (Shun Bai,
Emir Sari)
Diffstat (limited to 'runtime/lang/menu_cs_cz.utf-8.vim')
-rw-r--r-- | runtime/lang/menu_cs_cz.utf-8.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lang/menu_cs_cz.utf-8.vim b/runtime/lang/menu_cs_cz.utf-8.vim index 91a8eccd4..a7be2c8b3 100644 --- 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= |