mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01: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:
@@ -1,7 +1,7 @@
|
||||
;nyquist plug-in
|
||||
;version 4
|
||||
;type analyze
|
||||
$name (_"Regular Interval Labels...")
|
||||
$name (_"Regular Interval Labels")
|
||||
;manpage "Regular_Interval_Labels"
|
||||
$action (_"Adding equally-spaced labels to the label track...")
|
||||
$author (_"Steve Daulton")
|
||||
|
||||
Reference in New Issue
Block a user