diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 698ba15c05..95e51299b0 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -4002,13 +4002,11 @@ void ScreenEdit::HandleTimingDataInformationChoice( TimingDataInformationChoice break; case speed_mode: { - RString sMode = ( GetAppropriateTiming().GetSpeedModeAtBeat( GetBeat() ) == 0 ? - "Beats" : "Seconds" ); ScreenTextEntry::TextEntry( SM_BackFromSpeedModeChange, ENTER_SPEED_MODE_VALUE, - sMode.c_str(), - 10 + "", + 3 ); break;