commit 0f9554b62d23a850c2cb7a9c4c9e71ab22c8fb34
parent 899a1262339562c79fcf87d6c1177375df6a286e
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date: Wed, 29 Mar 2023 13:36:18 -0700
Remove unnecessary locks per localization team suggestion (#3115)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw
@@ -273,7 +273,7 @@ They can be configured through the settings file 'winget settings'.</value>
</data>
<data name="InstallCommandLongDescription" xml:space="preserve">
<value>Installs the selected package, either found by searching a configured source or directly from a manifest. By default, the query must case-insensitively match the id, name, or moniker of the package. Other fields can be used by passing their appropriate option. By default, install command will check package installed status and try to perform an upgrade if applicable. Override with --force to perform a direct install.</value>
- <comment>{Locked="--force","id","name","moniker"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.</comment>
+ <comment>{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.</comment>
</data>
<data name="InstallCommandShortDescription" xml:space="preserve">
<value>Installs the given package</value>