Commit 248636a
authored
Fix pluralization of 'package-collection refresh' text (#3542)
An exceedingly minor grammar fix: conditionally pluralize the `package-collection refresh` response based on the number of collections that were refreshed.
### Motivation:
Use correct grammar in user-facing messages.
### Modifications:
Changed the output of `package-collection refresh` to say "Refreshed _n_ configured package collection[s]." instead of always pluralizing "collections".
### Result:
If only one collection is refreshed, the output of this command will now say "collection" instead of "collections".1 parent 05c313e commit 248636a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments