Fix formatting mistake from prev PR

This commit is contained in:
Ivandro Ismael 2016-01-03 14:01:50 +00:00
parent f58210a888
commit c96dced755

View File

@ -46,7 +46,7 @@ namespace Nikse.SubtitleEdit.Core
public string ToHHMMSS() public string ToHHMMSS()
{ {
return $"{Timestamp.Hour:00}, {Timestamp.Minute:00}, {Timestamp.Second:00}"; return $"{Timestamp.Hour:00}:{Timestamp.Minute:00}:{Timestamp.Second:00}";
} }
} }
} }