From 4636ddf8c308a2144ddfd6a2b0fd4f147b76f2c9 Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 26 Feb 2015 08:17:29 +0400 Subject: [PATCH] Opener description. --- ArcFormats/ArcDRS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/ArcDRS.cs b/ArcFormats/ArcDRS.cs index 268874bf..a704dde3 100644 --- a/ArcFormats/ArcDRS.cs +++ b/ArcFormats/ArcDRS.cs @@ -94,7 +94,7 @@ namespace GameRes.Formats.DRS public class MpxOpener : ArchiveFormat { public override string Tag { get { return "IKURA/GDL"; } } - public override string Description { get { return "IKURA GDL Resource archive"; } } + public override string Description { get { return "IKURA GDL resource archive"; } } public override uint Signature { get { return 0x4d324d53; } } // 'SM2M' public override bool IsHierarchic { get { return false; } } public override bool CanCreate { get { return false; } }