diff --git a/tools/mtouch/Errors.designer.cs b/tools/mtouch/Errors.designer.cs
index 023c6f0a6661..69af6559b574 100644
--- a/tools/mtouch/Errors.designer.cs
+++ b/tools/mtouch/Errors.designer.cs
@@ -948,7 +948,7 @@ public static string MT0072 {
}
///
- /// Looks up a localized string similar to {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
+ /// Looks up a localized string similar to {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist or change the SupportedOSPlatformVersion property in your project file.
/// .
///
public static string MT0073 {
@@ -3492,7 +3492,7 @@ public static string MX0071 {
}
///
- /// Looks up a localized string similar to {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
+ /// Looks up a localized string similar to {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or change the SupportedOSPlatformVersion property in your project file, or upgrade to a newer version of {4}.
/// .
///
public static string MX0074 {
diff --git a/tools/mtouch/Errors.resx b/tools/mtouch/Errors.resx
index a909ea87a58c..098c042bbf2c 100644
--- a/tools/mtouch/Errors.resx
+++ b/tools/mtouch/Errors.resx
@@ -364,9 +364,9 @@
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
+ {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist or change the SupportedOSPlatformVersion property in your project file.
- The following are literal names and should not be translated: SDK, Xcode
+ The following are literal names and should not be translated: SDK, Xcode, SupportedOSPlatformVersion, Info.plist
{0} - The version number of the .NET SDK.
{1} - The name of the deployment target such as a device, simulator, etc.
{2} - The minimum version number.
@@ -376,9 +376,9 @@
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
+ {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or change the SupportedOSPlatformVersion property in your project file, or upgrade to a newer version of {4}.
- The following are literal names and should not be translated: SDK, Xcode
+ The following are literal names and should not be translated: SDK, Xcode, SupportedOSPlatformVersion, Info.plist
{0} - The version number of the .NET SDK product.
{1} - The name of the deployment target such as a device, simulator, etc.
{2} - The maximum version number.