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.)
This commit is contained in:
Glenn Maynard
2006-02-02 22:51:18 +00:00
parent d8b5f39282
commit 083af22b1b
+1 -1
View File
@@ -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 );