mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Fix wrong status msg when loading blank file
This commit is contained in:
parent
7b584b8d5e
commit
40e04f5045
@ -2223,7 +2223,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
|
||||
_lastChangedToFormat = format.FriendlyName;
|
||||
UpdateSourceView();
|
||||
if (_converted)
|
||||
if (_converted && _subtitle?.Paragraphs.Count > 0)
|
||||
{
|
||||
ShowStatus(string.Format(_language.ConvertedToX, format.FriendlyName));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user