Skip to content

Commit 69ee0a8

Browse files
committed
Update label in Nyquist Plug-in Installer
1 parent 98a2125 commit 69ee0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plug-ins/nyquist-plug-in-installer.ny

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $copyright (_ "Released under terms of the GNU General Public License version 2"
1717

1818

1919
;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"
20+
$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"
2121
$control overwrite (_ "Allow overwriting") choice ((_ "Disallow") (_ "Allow")) 0
2222

2323

0 commit comments

Comments
 (0)