Skip to content

Commit

Permalink
Improve --include-unknown message (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Feb 18, 2022
1 parent a32078f commit a80d339
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 @@ -1262,11 +1262,11 @@ Please specify one of them using the `--source` option to proceed.</value>
<comment>{Locked="--include-unknown"}</comment>
</data>
<data name="UpgradeUnknownCount" xml:space="preserve">
<value>packages have version numbers that cannot be determined. Use "--include-unknown" to see all results.</value>
<value>packages have version numbers that cannot be determined. Using "--include-unknown" may show more results.</value>
<comment>{Locked="--include-unknown"} This string is preceded by a (integer) number of packages that do not have notated versions. </comment>
</data>
<data name="UpgradeUnknownCountSingle" xml:space="preserve">
<value>package has a version number that cannot be determined. Use "--include-unknown" to see all results.</value>
<value>package has a version number that cannot be determined. Using "--include-unknown" may show more results.</value>
<comment>{Locked="--include-unknown"} This string is preceded by a (integer) number of packages that do not have notated versions.</comment>
</data>
<data name="InvalidArgumentWithoutQueryError" xml:space="preserve">
Expand Down

0 comments on commit a80d339

Please sign in to comment.