diff options
author | cz-dev-ge <67101763+cz-dev-ge@users.noreply.github.com> | 2025-06-02 09:24:46 +0200 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-07-22 19:12:58 -0400 |
commit | 84732c759839fe19d9c98094aa7adb2f59896a86 (patch) | |
tree | 3ba02afe824d38b69e9a24d82557d8962be5a367 /src | |
parent | 65e68bcfaf4b0ef9796cad4d5a470b3b3e72032f (diff) | |
download | wix-84732c759839fe19d9c98094aa7adb2f59896a86.tar.gz wix-84732c759839fe19d9c98094aa7adb2f59896a86.tar.bz2 wix-84732c759839fe19d9c98094aa7adb2f59896a86.zip |
Update ErrorMessages.cs to refine duplicate identifiers message
Adds information about necessary neutral language definition.
Diffstat (limited to 'src')
-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 4d986b7a..177ee2ae 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, "The localization identifier '{0}' has been duplicated in multiple locations. Please resolve the conflict.", localizationId); | 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); |
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) |