| 58 | namespace { |
| 59 | |
| 60 | TranslatableString ThresholdFormat( int value ) |
| 61 | /* i18n-hint: usually leave this as is as dB doesn't get translated*/ |
| 62 | { return XO("%3d dB").Format(value); } |
| 63 | |
| 64 | TranslatableString AttackTimeFormat( double value ) |
| 65 | { return XO("%.2f secs").Format( value ); } |
no outgoing calls
no test coverage detected