Rerecord count OSD: don't display "Rerecords: "

This commit is contained in:
adelikat 2015-07-09 14:14:06 -04:00
parent 7ecf96772c
commit 791089a06d
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ namespace BizHawk.Client.EmuHawk
{
if (Global.MovieSession.Movie.IsActive)
{
return "Rerecord Count: " + Global.MovieSession.Movie.Rerecords;
return Global.MovieSession.Movie.Rerecords.ToString();
}
return string.Empty;