mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Improve source for xgettext
1: Mark % as not being treated as print formatting. 2: i18n hint fix.
This commit is contained in:
@@ -98,7 +98,9 @@ FactoryPresets[] =
|
||||
// Table DCBlock threshold floor Param1 Param2 Repeats
|
||||
// Defaults: 0 false -6.0 -70.0(off) 50.0 50.0 1
|
||||
//
|
||||
// xgettext:no-c-format
|
||||
{ XO("Hard clip -12dB, 80% make-up gain"), { 0, 0, -12.0, -70.0, 0.0, 80.0, 0 } },
|
||||
// xgettext:no-c-format
|
||||
{ XO("Soft clip -12dB, 80% make-up gain"), { 1, 0, -12.0, -70.0, 50.0, 80.0, 0 } },
|
||||
{ XO("Fuzz Box"), { 1, 0, -30.0, -70.0, 80.0, 80.0, 0 } },
|
||||
{ XO("Walkie-talkie"), { 1, 0, -50.0, -70.0, 60.0, 80.0, 0 } },
|
||||
|
||||
Reference in New Issue
Block a user