diff --git a/xpfe/components/winhooks/nsWindowsHooks.cpp b/xpfe/components/winhooks/nsWindowsHooks.cpp index f4939c8ee31..e93ffee106a 100644 --- a/xpfe/components/winhooks/nsWindowsHooks.cpp +++ b/xpfe/components/winhooks/nsWindowsHooks.cpp @@ -83,7 +83,7 @@ static FileTypeRegistryEntry xul( xulExts, "MozillaXUL", "Mozilla XUL File Document" ); static EditableFileTypeRegistryEntry - mozillaMarkup( htmExts, "MozillaHTML", "Mozilla Hypertext Markup Language Document" ); + mozillaMarkup( htmExts, "MozillaHTML", "Mozilla HyperText Markup Language Document" ); // Implementation of the nsIWindowsHooksSettings interface. // Use standard implementation of nsISupports stuff.