diff options
author | cs127 <cs127.pr@gmail.com> | 2023-05-24 02:35:48 +0000 |
---|---|---|
committer | David Faure <faure@kde.org> | 2023-09-09 20:51:20 +0000 |
commit | b5dab7604d5d03114a05d1a80595bbd753d52c08 (patch) | |
tree | 793379528b75cf66cdc43424c4ceeb1f9460b440 | |
parent | 33c54b0875db8ff46b9f2e8551daf81e1fb44833 (diff) |
Fix description for audio/x-xi
audio/x-xi is the instrument format for FastTracker II, not Scream Tracker.
-rw-r--r-- | data/freedesktop.org.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 651fe55..c1fdcb1 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -4897,7 +4897,7 @@ command to generate the output files. <glob pattern="*.wav"/> </mime-type> <mime-type type="audio/x-xi"> - <comment>Scream Tracker instrument</comment> + <comment>FastTracker II instrument</comment> <magic> <match value="Extended Instrument:" type="string" offset="0"/> </magic> |