From 69ee0a8963ea40503e5e4f37e559ccc4b360e61d Mon Sep 17 00:00:00 2001 From: SteveDaulton Date: Sat, 11 Jan 2020 18:03:21 +0000 Subject: [PATCH] Update label in Nyquist Plug-in Installer --- plug-ins/nyquist-plug-in-installer.ny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/nyquist-plug-in-installer.ny b/plug-ins/nyquist-plug-in-installer.ny index d9db3f9eb..d303bf887 100644 --- a/plug-ins/nyquist-plug-in-installer.ny +++ b/plug-ins/nyquist-plug-in-installer.ny @@ -17,7 +17,7 @@ $copyright (_ "Released under terms of the GNU General Public License version 2" ;i18n-hint: "Browse..." is text on a button that launches a file browser. -$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" $control overwrite (_ "Allow overwriting") choice ((_ "Disallow") (_ "Allow")) 0