mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Remove redundant ellipses from names in .ny files...
... The code that parses the header was always just throwing them out. The code that populates menus deduces whether to add ellipses, as there are controls or not, regardless what the $name line said.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
;version 4
|
||||
;type process
|
||||
;preview linear
|
||||
$name (_"Low Pass Filter...")
|
||||
$name (_"Low Pass Filter")
|
||||
;manpage "Low_Pass_Filter"
|
||||
;debugbutton disabled
|
||||
$action (_"Performing Low Pass Filter...")
|
||||
|
Reference in New Issue
Block a user