Update the string that is displayed when there's a typo in the profile name or it's not a valid JSON object

This commit is contained in:
Mike Lorbetske 2017-09-29 10:43:01 -07:00
parent 68f6619b09
commit ccbc9f73f7

View file

@ -177,7 +177,7 @@ The current {1} is '{2}'.</value>
<value>Using launch settings from {0}...</value>
</data>
<data name="LaunchProfileIsNotAJsonObject" xml:space="preserve">
<value>Launch profile is not a JSON object.</value>
<value>A profile with the specified name could not be found or is not a valid JSON object.</value>
</data>
<data name="LaunchProfileHandlerCannotBeLocated" xml:space="preserve">
<value>The launch profile type '{0}' is not supported.</value>