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:
parent
3bdb615439
commit
b483d9b4f3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue