From 12a021d2d222aaa90848e974b93656c3b15ca26f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 27 Mar 2019 09:23:24 +0000 Subject: [PATCH] trivial: Add context to a translatable string Different verb conjugations are needed for pt_BR. --- src/fu-tool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fu-tool.c b/src/fu-tool.c index ed6af8cc6..5e64ea552 100644 --- a/src/fu-tool.c +++ b/src/fu-tool.c @@ -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",