mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 14:22:13 +00:00
trivial: Use plural form for an ambiguous translatable string
In pt_BR there are plural form of both words firmware and approved.
This commit is contained in:
parent
12a021d2d2
commit
7eb1e92837
@ -2091,7 +2091,9 @@ fu_util_get_approved_firmware (FuUtilPrivate *priv, gchar **values, GError **err
|
|||||||
} else {
|
} else {
|
||||||
/* TRANSLATORS: approved firmware has been checked by
|
/* TRANSLATORS: approved firmware has been checked by
|
||||||
* the domain administrator */
|
* the domain administrator */
|
||||||
g_print ("%s\n", _("Approved firmware:"));
|
g_print ("%s\n", ngettext ("Approved firmware:",
|
||||||
|
"Approved firmware:",
|
||||||
|
g_strv_length (checksums)));
|
||||||
for (guint i = 0; checksums[i] != NULL; i++)
|
for (guint i = 0; checksums[i] != NULL; i++)
|
||||||
g_print (" * %s\n", checksums[i]);
|
g_print (" * %s\n", checksums[i]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user