trivial: Add context to a translatable string

Different verb conjugations are needed for pt_BR.
This commit is contained in:
Richard Hughes 2019-03-27 09:23:24 +00:00
parent 035818b274
commit 12a021d2d2

View File

@ -1450,7 +1450,8 @@ main (int argc, char *argv[])
"self-sign",
"TEXT",
/* TRANSLATORS: command description */
_("Sign data using the client certificate"),
C_("command-description",
"Sign data using the client certificate"),
fu_util_self_sign);
fu_util_cmd_array_add (cmd_array,
"verify-update",