Change display-name of `SUBTITLE` to "Sub Title" in accordance with Mkv spec

This commit is contained in:
Martchus 2022-04-09 21:02:59 +02:00
parent 4cb728ca48
commit 0c083531be
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const char *KnownFieldModel::fieldName(KnownField field)
case KnownField::ReleaseDate:
return QT_TR_NOOP("Release date");
case KnownField::Subtitle:
return QT_TR_NOOP("Subtitle");
return QT_TR_NOOP("Sub Title");
case KnownField::LeadPerformer:
return QT_TR_NOOP("Lead performer");
case KnownField::Arranger: