| 65 | { return XO("%.2f secs").Format( value ); } |
| 66 | |
| 67 | TranslatableString DecayTimeFormat( double value ) |
| 68 | { return XO("%.1f secs").Format( value ); } |
| 69 | |
| 70 | TranslatableString RatioTextFormat( int sliderValue, double value ) |
| 71 | { |
no outgoing calls
no test coverage detected