1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00
Paul Licameli e1b60916b7 More consistent naming conventions for choice control items...
... This commit leaves at least a comment for all choice controls of all
built-in effects and commands.

Use CamelCase with no spaces for the internal identifiers, given in
wxT("...")

Use more idiomatic English with spaces in the user-visible names, given in
XO("..."); these strings go to the message catalog for internationalization

Do not use underscores

In case these strings are the same, give it just once in XO("..."), but if in
a future version it is decided to change the name in XO("..."), then the
original should be kept also in a distinct wxT("...") string, so that
saved configuration or plugin settings or macro files don't become gratuitously
incompatible just because of that user-visible name change.

Left TruncateSilence alone for now -- I think that choice demands a rewrite
as a slider instead.
2018-03-27 15:57:48 -04:00
..
2018-03-25 14:48:01 -04:00
2018-03-25 21:41:55 +01:00
2018-02-24 14:20:27 -05:00
2018-03-15 05:21:04 -04:00
2018-03-15 05:21:04 -04:00
2018-03-04 18:41:15 +00:00
2018-03-04 18:41:15 +00:00
2018-02-22 12:32:53 -05:00
2018-02-24 14:20:30 -05:00
2018-02-24 14:20:30 -05:00
2018-03-18 20:43:45 +00:00
2018-02-21 19:33:32 -05:00
2018-02-24 14:20:22 -05:00
2018-02-24 14:20:22 -05:00
2018-02-24 14:20:24 -05:00
2018-02-24 14:20:22 -05:00
2018-03-18 10:40:11 +00:00
2018-03-26 18:04:36 -04:00
2018-02-22 12:32:53 -05:00
2018-02-24 14:20:22 -05:00
2018-02-24 14:20:24 -05:00