mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 01:23:38 +02:00
Rewrite prompts in ;control lines
This commit is contained in:
@@ -20,10 +20,10 @@ $copyright (_"Released under terms of the GNU General Public License version 2")
|
||||
;; Released under terms of the GNU General Public License version 2:
|
||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
|
||||
;control action "Remove vocals or view Help" choice "Remove vocals,View Help" 0
|
||||
;control band-choice "Removal choice" choice "Simple (entire spectrum),Remove frequency band,Retain frequency band" 0
|
||||
;control low-range "Frequency band from (Hz)" float-text "" 500 0 nil
|
||||
;control high-range "Frequency band to (Hz)" float-text "" 2000 0 nil
|
||||
$control action (_"Remove vocals or view Help") choice "Remove vocals,View Help" 0
|
||||
$control band-choice (_"Removal choice") choice "Simple (entire spectrum),Remove frequency band,Retain frequency band" 0
|
||||
$control low-range (_"Frequency band from (Hz)") float-text "" 500 0 nil
|
||||
$control high-range (_"Frequency band to (Hz)") float-text "" 2000 0 nil
|
||||
|
||||
|
||||
(defun help ()
|
||||
|
Reference in New Issue
Block a user