common spelling of infinity (lowercase as libc's printf)

This commit is contained in:
Robin Gareus 2013-06-30 14:27:11 +02:00
parent 4fa8b87083
commit 6ff66a4081

View File

@ -333,7 +333,7 @@ GainMeterBase::reset_peak_display ()
_meter->reset_max();
level_meter->clear_meters();
max_peak = -INFINITY;
peak_display.set_label (_("-Inf"));
peak_display.set_label (_("-inf"));
peak_display.set_name ("MixerStripPeakDisplay");
}