You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Change
Fix the casing when the term is used to describe the product (WinGet)
while leaving casing when the term is used for the command line
(winget).
<value>This package is provided through Microsoft Store. winget may need to acquire the package from Microsoft Store on behalf of the current user.</value>
275
-
<comment>{Locked="winget"}</comment>
274
+
<value>This package is provided through Microsoft Store. WinGet may need to acquire the package from Microsoft Store on behalf of the current user.</value>
<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>
@@ -323,8 +323,8 @@ They can be configured through the settings file 'winget settings'.</value>
323
323
<comment>{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').</comment>
<value>Retrieve information about errors. Given a number, the output will contain details about the error, including the symbol name if it is a winget specific error. Given a string, the winget specific errors are searched for this value.</value>
2117
+
<value>Retrieve information about errors. Given a number, the output will contain details about the error, including the symbol name if it is a WinGet specific error. Given a string, the WinGet specific errors are searched for this value.</value>
<value>The {0} source requires authentication. Authentication prompt may appear when necessary. Authenticated information will be shared with the source for access authorization.</value>
@@ -3225,8 +3230,8 @@ Please specify one of them using the --source option to proceed.</value>
3225
3230
<value>The package installer requires authentication. Authentication prompt may appear when necessary. Authenticated information will be shared with the installer download url.</value>
<value>Failed to download installer. This winget version does not support the installer download authentication method. Try upgrading to latest winget version.</value>
3229
-
<comment>{Locked="winget"}</comment>
3233
+
<value>Failed to download installer. This WinGet version does not support the installer download authentication method. Try upgrading to latest WinGet version.</value>
@@ -3556,4 +3566,4 @@ An unlocalized JSON fragment will follow on another line.</comment>
3556
3566
<value>Results have been filtered to the highest matched source priority.</value>
3557
3567
<comment>A warning message to indicate to the user that the results of a search have been filtered by choosing only those matching the highest source priority amongst the results.</comment>
0 commit comments