We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a2125 commit 69ee0a8Copy full SHA for 69ee0a8
plug-ins/nyquist-plug-in-installer.ny
@@ -17,7 +17,7 @@ $copyright (_ "Released under terms of the GNU General Public License version 2"
17
18
19
;i18n-hint: "Browse..." is text on a button that launches a file browser.
20
-$control files (_ "Select plug-in file") file (_ "Browse...") "~/Desktop/" "Plug-in|*.ny;*.NY|Lisp file|*.lsp;*.LSP|HTML file|*.htm;*.HTM;*.html;*.HTML|Text file|*.txt;*.TXT|All supported|*.ny;*.NY;*.lsp;*.LSP;*.htm;*.HTM;*.html;*.HTML;*.txt;*.TXT|All files|*.*;*" "open,exists,multiple"
+$control files (_ "Select file(s) to install") file (_ "Browse...") "~/Desktop/" "Plug-in|*.ny;*.NY|Lisp file|*.lsp;*.LSP|HTML file|*.htm;*.HTM;*.html;*.HTML|Text file|*.txt;*.TXT|All supported|*.ny;*.NY;*.lsp;*.LSP;*.htm;*.HTM;*.html;*.HTML;*.txt;*.TXT|All files|*.*;*" "open,exists,multiple"
21
$control overwrite (_ "Allow overwriting") choice ((_ "Disallow") (_ "Allow")) 0
22
23
0 commit comments