diff options
author | Bob Arnson <bob@firegiant.com> | 2025-07-22 18:02:56 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-07-22 19:12:58 -0400 |
commit | c1b3fba6e6a5badb1b7f007e9c85874694d90384 (patch) | |
tree | 4a80c80c8ebd335c8ce387d3516b7db6434099b4 /src/api | |
parent | 84732c759839fe19d9c98094aa7adb2f59896a86 (diff) | |
download | wix-main.tar.gz wix-main.tar.bz2 wix-main.zip |
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/wix/WixToolset.Data/ErrorMessages.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
290 | 290 | ||
291 | public static Message DuplicateLocalizationIdentifier(SourceLineNumber sourceLineNumbers, string localizationId) | 291 | public static Message DuplicateLocalizationIdentifier(SourceLineNumber sourceLineNumbers, string localizationId) |
292 | { | 292 | { |
293 | 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); | 293 | 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); |
294 | } | 294 | } |
295 | 295 | ||
296 | public static Message DuplicateModuleCaseInsensitiveFileIdentifier(SourceLineNumber sourceLineNumbers, string moduleId, string fileId1, string fileId2) | 296 | public static Message DuplicateModuleCaseInsensitiveFileIdentifier(SourceLineNumber sourceLineNumbers, string moduleId, string fileId1, string fileId2) |