diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index 2a38cc61..576e60d0 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs | |||
@@ -10757,7 +10757,7 @@ namespace WixToolset.Core | |||
10757 | msiVersion = 500; | 10757 | msiVersion = 500; |
10758 | break; | 10758 | break; |
10759 | default: | 10759 | default: |
10760 | throw new ArgumentException(WixStrings.EXP_UnknownPlatformEnum, this.CurrentPlatform.ToString()); | 10760 | throw new ArgumentException("Unknown platform enumeration '{0}' encountered.", this.CurrentPlatform.ToString()); |
10761 | } | 10761 | } |
10762 | 10762 | ||
10763 | foreach (var attrib in node.Attributes()) | 10763 | foreach (var attrib in node.Attributes()) |