comparison nsis/lang/english.nsi @ 15512:f0f06837a699

Update runtime files. commit https://github.com/vim/vim/commit/d09091d4955c5f41de69928f2db85611ed54ed23 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 16:07:22 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:15:08 +0100
parents c0eb9a74f73d
children e3ec2ec8841a
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
8 8
9 !insertmacro MUI_LANGUAGE "English" 9 !insertmacro MUI_LANGUAGE "English"
10 10
11 11
12 # Overwrite the default translation. 12 # Overwrite the default translation.
13 # These string should be always English. Otherwise dosinst.c fails. 13 # These strings should be always English. Otherwise dosinst.c fails.
14 LangString ^SetupCaption ${LANG_ENGLISH} \ 14 LangString ^SetupCaption ${LANG_ENGLISH} \
15 "$(^Name) Setup" 15 "$(^Name) Setup"
16 LangString ^UninstallCaption ${LANG_ENGLISH} \ 16 LangString ^UninstallCaption ${LANG_ENGLISH} \
17 "$(^Name) Uninstall" 17 "$(^Name) Uninstall"
18 18