Newlines do not work here.

This commit is contained in:
Steve Checkoway
2006-01-04 19:54:34 +00:00
parent abdb2b160d
commit cd8788c941
+1 -1
View File
@@ -447,7 +447,7 @@ void ScreenEz2SelectMusic::MenuLeft( const InputEventPlus &input )
MusicChanged();
}
static LocalizedString DOES_NOT_HAVE_MUSIC_FILE( "ScreenEz2SelectMusic", "This song does not have a music file\n and cannot be played." );
static LocalizedString DOES_NOT_HAVE_MUSIC_FILE( "ScreenEz2SelectMusic", "This song does not have a music file and cannot be played." );
void ScreenEz2SelectMusic::MenuStart( PlayerNumber pn )
{
if( !m_MusicBannerWheel.GetSelectedSong()->HasMusic() )