Skip to content

Commit

Permalink
Make verbiage consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Mar 21, 2022
1 parent 6aaeeba commit 7e53178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw
Original file line number Diff line number Diff line change
Expand Up @@ -666,11 +666,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>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.&#13;When no arguments are given, lists the packages with upgrades available</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.&#13;When no arguments are given, shows the packages with upgrades available</value>
<comment>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="UpgradeCommandShortDescription" xml:space="preserve">
<value>List and perform available upgrades</value>
<value>Shows and performs available upgrades</value>
</data>
<data name="Usage" xml:space="preserve">
<value>usage</value>
Expand Down

0 comments on commit 7e53178

Please sign in to comment.