winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b43f92331f753c853e2ff1d6d33ffa425a27e6d3
parent 7c8807471a15128b81fb72abe00044a1f4e9c5f4
Author: denelon <denelon@microsoft.com>
Date:   Wed, 21 Apr 2021 14:02:18 -0700

minor changes to display text (#882)

Upgrade description was update
info for show should be information
Diffstat:
Msrc/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw @@ -480,7 +480,7 @@ They can be configured through the settings file 'winget settings'.</value> <value>Shows information on a specific package. 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.</value> </data> <data name="ShowCommandShortDescription" xml:space="preserve"> - <value>Shows info about an package</value> + <value>Shows information about a package</value> </data> <data name="ShowVersion" xml:space="preserve"> <value>Version</value> @@ -659,11 +659,11 @@ They can be configured through the settings file 'winget settings'.</value> <value>No applicable update found.</value> </data> <data name="UpgradeCommandLongDescription" xml:space="preserve"> - <value>Updates the selected package, either found by searching the installed packages list 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.</value> + <value>Upgrades the selected package, either found by searching the installed packages list 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.</value> <comment>id, name, and moniker are all named values in our context, and may benefit from not being translated.</comment> </data> <data name="UpgradeCommandShortDescription" xml:space="preserve"> - <value>Updates the given package</value> + <value>Upgrades the given package</value> </data> <data name="Usage" xml:space="preserve"> <value>usage</value> @@ -916,4 +916,4 @@ Configuration is disabled due to Group Policy.</value> <value>Allowed source</value> <comment>A source that the user is allowed to add.</comment> </data> -</root>- \ No newline at end of file +</root>