From 9a220bd7cc97b94530e231710edba45a063bc68b Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 3 Jul 2020 07:19:52 +0200 Subject: [PATCH] Fix i18n --- src/kmail_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kmail_options.h b/src/kmail_options.h index ec42b12ef..bbfa4635d 100644 --- a/src/kmail_options.h +++ b/src/kmail_options.h @@ -52,7 +52,7 @@ static void kmail_options(QCommandLineParser *parser) i18n("Only open composer window")) << QCommandLineOption( QStringLiteral("identity"), - i18n("Set identity"), + i18n("Set identity name"), QStringLiteral("identity")) << QCommandLineOption( QStringLiteral("view"),