diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-21 21:29:57 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-21 21:29:57 +0200 |
commit | 7f9c9c51a3680f120e1c3f2bb7239c9fa115b27f (patch) | |
tree | 1363334b65156b990eb1602efda92805e49ae500 /nsis | |
parent | 078269bdce7e75d5693c7313d92a229786bb95ee (diff) | |
download | vim-git-7f9c9c51a3680f120e1c3f2bb7239c9fa115b27f.tar.gz |
patch 8.2.1721: MS-Windows installer doesn't workv8.2.1721
Problem: MS-Windows installer doesn't work.
Solution: Write "Russian" in ASCII. (closes #6995, see #).
Diffstat (limited to 'nsis')
-rw-r--r-- | nsis/lang/russian.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsis/lang/russian.nsi b/nsis/lang/russian.nsi index f10886792..23458ce4c 100644 --- a/nsis/lang/russian.nsi +++ b/nsis/lang/russian.nsi @@ -7,7 +7,7 @@ # fileencoding : UTF-8 # Author : Restorer -!insertmacro MUI_LANGUAGE "Русский" +!insertmacro MUI_LANGUAGE "Russian" # Overwrite the default translation. |