diff options
| author | A2va <[email protected]> | 2023-06-06 16:56:54 +0200 |
|---|---|---|
| committer | A2va <[email protected]> | 2023-06-06 16:56:54 +0200 |
| commit | 4bce1b31261aee7af7b575441d71230acf97cb1b (patch) | |
| tree | a3232da6c5cf01f2dd9b6e82231f51ea2c81cc43 /scripts | |
| parent | 79ec23a4de0853f33f6cd9471b42aa23032cca85 (diff) | |
Improve description
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index e446e699f..c9dd87736 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -321,7 +321,7 @@ SectionEnd ; Language strings LangString DESC_InstallExeutable ${LANG_ENGLISH} "A cross-platform build utility based on Lua" LangString DESC_InstallPath ${LANG_ENGLISH} "Add xmake to PATH" -LangString DESC_LongPath ${LANG_ENGLISH} "Enable long path on both Windows and Git" +LangString DESC_LongPath ${LANG_ENGLISH} "Increases the maximum path length limit, up to 32,767 characters (before 256). This can be useful if a project has many recursive subfolders to make sure that the project is compiled without errors. A reboot might be required because some processes may have started before the new value was set" ; Assign language strings to sections !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN |
