auto lbl = new QLabel(i18n("Before the first use, the add-in has to be activated in Outlook:"));
lbl->setWordWrap(true);
vbox->addWidget(lbl);
auto extMgrButton = new QPushButton(i18nc("@button", "Outlook Extension Manager"));
extMgrButton->setToolTip(i18n("Click to open the Outlook Extension Manager in your web browser. You may be prompted to log in. Please allow a few seconds for the page to load."));
addGridRow(grid, true, i18n("Generate a manifest file (the filename will be copied to the clipboard):"), generateManifestButton);
addGridRow(grid, true, i18n("In Outlook, register this via <tt>My Add-Ins -> Custom Add-Ins -> Add a custom Add-In -> Add from file...</tt>"), nullptr);
addGridRow(grid, true, i18n("In Outlook, select any e-mail, and activate the add-in by clicking the GnuPG icon <nobr>( %1 )</nobr> shown above the email header.",