mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-25 01:39:32 +00:00
trivial: Add context to a translatable string
Different verb conjugations are needed for pt_BR.
This commit is contained in:
parent
035818b274
commit
12a021d2d2
@ -1450,7 +1450,8 @@ main (int argc, char *argv[])
|
|||||||
"self-sign",
|
"self-sign",
|
||||||
"TEXT",
|
"TEXT",
|
||||||
/* TRANSLATORS: command description */
|
/* TRANSLATORS: command description */
|
||||||
_("Sign data using the client certificate"),
|
C_("command-description",
|
||||||
|
"Sign data using the client certificate"),
|
||||||
fu_util_self_sign);
|
fu_util_self_sign);
|
||||||
fu_util_cmd_array_add (cmd_array,
|
fu_util_cmd_array_add (cmd_array,
|
||||||
"verify-update",
|
"verify-update",
|
||||||
|
Loading…
Reference in New Issue
Block a user