Bug in Installer with Dutch locale
Posted: Mon May 05, 2014 12:59 am
The @askdir-help text causes a "string too long" error when running in Dutch.
Consider this script:
Running it in English works fine. However, when switching to Dutch in Locale it errors with "string too long in line 3" (in Dutch).
Consider this script:
Code: Select all
(askdir
(prompt "test")
(help @askdir-help)
(default "RAM:")
)