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:
@@ -4,7 +4,7 @@
|
||||
;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin"
|
||||
;preview linear
|
||||
;i18n-hint named for Jean-Claude Risset (silent t)
|
||||
$name (_"Risset Drum...")
|
||||
$name (_"Risset Drum")
|
||||
;manpage "Risset_Drum"
|
||||
$action (_"Generating Risset Drum...")
|
||||
$author (_"Steven Jones")
|
||||
|
||||
Reference in New Issue
Block a user