From 083af22b1b6cd4affb2be08cb1aeb3e8aaf24c7f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 2 Feb 2006 22:51:18 +0000 Subject: [PATCH] NoteTypeToLocalizedString ("Notes" still not localized, since this isn't simply a drop-in substitution for different languages. "notes" may just be removed, not sure yet.) --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );