From 9f8cb5374481b6c8a06eb2739858332350f72666 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 11 Nov 2017 01:45:59 -0800 Subject: Additional IR updates --- src/WixToolset.Core/WixStrings.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Core/WixStrings.Designer.cs') diff --git a/src/WixToolset.Core/WixStrings.Designer.cs b/src/WixToolset.Core/WixStrings.Designer.cs index 75e2b908..36e64267 100644 --- a/src/WixToolset.Core/WixStrings.Designer.cs +++ b/src/WixToolset.Core/WixStrings.Designer.cs @@ -163,7 +163,7 @@ namespace WixToolset { /// /// Looks up a localized string similar to Found an ActionRow with a non-existent {0} action: {1}.. /// - internal static string EXP_FoundActionRowWinNonExistentAction { + public static string EXP_FoundActionRowWinNonExistentAction { get { return ResourceManager.GetString("EXP_FoundActionRowWinNonExistentAction", resourceCulture); } @@ -172,7 +172,7 @@ namespace WixToolset { /// /// Looks up a localized string similar to Found an ActionRow with no Sequence, Before, or After column set.. /// - internal static string EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet { + public static string EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet { get { return ResourceManager.GetString("EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet", resourceCulture); } -- cgit v1.2.3-55-g6feb