Skip to content

Commit 8c686db

Browse files
committed
Add comments from users
1 parent b8c05ad commit 8c686db

File tree

1 file changed

+4
-1
lines changed
  • src/AppInstallerCLIPackage/Shared/Strings/en-us

1 file changed

+4
-1
lines changed

src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ Please specify one of them using the --source option to proceed.</value>
17441744
<comment>{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned</comment>
17451745
</data>
17461746
<data name="UpgradePinnedByUserCount" xml:space="preserve">
1747-
<value>{0} package(s) have pins that prevent upgrade. Use the 'winget pin' command to view and edit pins. Using the --include-pinned argument may show more results.</value>
1747+
<value>{0} package(s) have pins that prevent upgrade. Use the 'winget pin' command to view and edit pins. Using the '--include-pinned' argument may show more results.</value>
17481748
<comment>{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packages</comment>
17491749
</data>
17501750
<data name="ConfigureCommandLongDescription" xml:space="preserve">
@@ -2909,6 +2909,7 @@ Please specify one of them using the --source option to proceed.</value>
29092909
</data>
29102910
<data name="SourceListExplicit" xml:space="preserve">
29112911
<value>Explicit</value>
2912+
<comment>In this context, explicit means explicitly specified or directly designated, referring to sources that the user has explicitly specified.</comment>
29122913
</data>
29132914
<data name="SourceTrustLevelArgumentDescription" xml:space="preserve">
29142915
<value>Trust level of the source (none or trusted)</value>
@@ -3184,13 +3185,15 @@ Please specify one of them using the --source option to proceed.</value>
31843185
</data>
31853186
<data name="FontFamily" xml:space="preserve">
31863187
<value>Family</value>
3188+
<comment>"Family" represents the font family such as 'Arial' or 'Times New Roman'.</comment>
31873189
</data>
31883190
<data name="FontFaces" xml:space="preserve">
31893191
<value>Faces</value>
31903192
<comment>"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'</comment>
31913193
</data>
31923194
<data name="FontFamilyNameArgumentDescription" xml:space="preserve">
31933195
<value>Filter results by family name</value>
3196+
<comment>"Family" represents the font family such as 'Arial' or 'Times New Roman'.</comment>
31943197
</data>
31953198
<data name="FontFace" xml:space="preserve">
31963199
<value>Face</value>

0 commit comments

Comments
 (0)