Skip to content

Commit

Permalink
Fix plural typo
Browse files Browse the repository at this point in the history
  • Loading branch information
buttonfly1000 committed Dec 12, 2024
1 parent 51317ce commit 3d40b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdnf5-cli/output/transaction_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class TransactionSummary {
if (replaced != 0) {
std::fputs(
libdnf5::utils::sformat(
P_(" Replacing: {:4} package\n", " Replacing: {:4} package\n", replaced), replaced)
P_(" Replacing: {:4} package\n", " Replacing: {:4} packages\n", replaced), replaced)
.c_str(),
fd);
}
Expand Down

0 comments on commit 3d40b3f

Please sign in to comment.