diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index a9a5c1c644..4d9f6202ef 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -945,7 +945,7 @@ void ScreenEdit::UpdateTextInfo() m_bTextInfoNeedsUpdate = false; - RString sNoteType = NoteTypeToString(m_SnapDisplay.GetNoteType()) + " notes"; + RString sNoteType = NoteTypeToLocalizedString(m_SnapDisplay.GetNoteType()) + " notes"; RString sText; sText += ssprintf( "%s:\n %.3f\n", CURRENT_BEAT.GetValue().c_str(), GAMESTATE->m_fSongBeat );