This commit is contained in:
2017-06-03 01:11:25 +01:00
parent b4787d5a29
commit 5f5bda6d28

View File

@@ -5260,7 +5260,7 @@ namespace DiscImageChef.Decoders.SCSI.MMC
public static string Prettify_0109(Feature_0109? feature)
{
return !feature.HasValue ? null : "Drive is to read media serial number\n";
return !feature.HasValue ? null : "Drive is able to read media serial number\n";
}
public static string Prettify_010A(Feature_010A? feature)