aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Harvester.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Harvester.cs')
-rw-r--r--src/WixToolset.Core/Harvester.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Harvester.cs b/src/WixToolset.Core/Harvester.cs
index 3f066d15..3399420c 100644
--- a/src/WixToolset.Core/Harvester.cs
+++ b/src/WixToolset.Core/Harvester.cs
@@ -35,7 +35,7 @@ namespace WixToolset.Core
35 { 35 {
36 if (null != this.harvesterExtension) 36 if (null != this.harvesterExtension)
37 { 37 {
38 throw new InvalidOperationException(WixStrings.EXP_MultipleHarvesterExtensionsSpecified); 38 throw new InvalidOperationException("Multiple harvester extensions specified.");
39 } 39 }
40 40
41 this.harvesterExtension = value; 41 this.harvesterExtension = value;