From a11c952451166920fd2c9b043a3d1b07cb24e8df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= jaakko.keranen@iki.fi
Date: Tue, 22 Dec 2020 07:13:42 +0200
Subject: [PATCH 1/1] Cleanup: Language in New Identity dialog
src/ui/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ui/util.c b/src/ui/util.c
index ddff096a..0361cd72 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -1376,7 +1376,7 @@ iWidget *makeIdentityCreation_Widget(void) {
addChildFlags_Widget(
dlg,
iClob(
new_LabelWidget("Creating a 2048-bit self-signed RSA certificate.", NULL)),
new_LabelWidget("Creating a self-signed 2048-bit RSA certificate.", NULL)),
frameless_WidgetFlag);
addChild_Widget(dlg, iClob(page));
setFlags_Widget(page, arrangeHorizontal_WidgetFlag | arrangeSize_WidgetFlag, iTrue);
--
2.25.1
text/plain
This content has been proxied by September (3851b).