Fix test failure due to smart quotes.

Replacing the smart quotes in the translation with `"` to fix a test failure.

This is the only translation for the `DotnetCliHomeUsed` key containing the
smart quotes.
This commit is contained in:
Peter Huene 2018-07-12 14:23:18 -07:00
parent 3bdb615439
commit b483d9b4f3
No known key found for this signature in database
GPG key ID: E1D265D820213D6A

View file

@ -270,7 +270,7 @@ dotnet tool install --global {1}</target>
</trans-unit>
<trans-unit id="DotnetCliHomeUsed">
<source>Using home directory '{0}' set by the '{1}' environment variable.</source>
<target state="translated">Se utiliza el directorio principal “{0}” establecido por la variable de entorno “{1}”.</target>
<target state="translated">Se utiliza el directorio principal "{0}" establecido por la variable de entorno "{1}".</target>
<note />
</trans-unit>
</body>