From c1b3fba6e6a5badb1b7f007e9c85874694d90384 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 22 Jul 2025 18:02:56 -0400 Subject: Clarify the underlying reason .wxls are loaded. --- src/api/wix/WixToolset.Data/ErrorMessages.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api') diff --git a/src/api/wix/WixToolset.Data/ErrorMessages.cs b/src/api/wix/WixToolset.Data/ErrorMessages.cs index 177ee2ae..23ba5151 100644 --- a/src/api/wix/WixToolset.Data/ErrorMessages.cs +++ b/src/api/wix/WixToolset.Data/ErrorMessages.cs @@ -290,7 +290,7 @@ namespace WixToolset.Data public static Message DuplicateLocalizationIdentifier(SourceLineNumber sourceLineNumbers, string localizationId) { - return Message(sourceLineNumbers, Ids.DuplicateLocalizationIdentifier, "Either the localization identifier '{0}' has been duplicated in multiple locations or you are missing a default culture file. Please resolve the conflict.", localizationId); + return Message(sourceLineNumbers, Ids.DuplicateLocalizationIdentifier, "The localization identifier '{0}' has been duplicated in multiple locations. A common cause is a bundle .wixproj that automatically loads .wxl files that are intended for the bootstrapper application. You can turn off that behavior by setting the EnableDefaultEmbeddedResourceItems property to false.", localizationId); } public static Message DuplicateModuleCaseInsensitiveFileIdentifier(SourceLineNumber sourceLineNumbers, string moduleId, string fileId1, string fileId2) -- cgit v1.2.3-55-g6feb