<string><h3>Activating the Add-In</h3>
<p>Before the first use, the add-in has to be activated in Outlook:</p><p>
<ul><li>1. Go to the <a href="https://outlook.office.com/mail/jsmvvmdeeplink/?path=/options/manageapps&amp;bO=4">Outlook Extension Manager</a> (you may be prompted to log in).</li>
-<li>2. Copy the file-name below, an install it via<br><tt>My Add-Ins -&gt; Custom Add-Ins -&gt; Add a custom Add-In</tt>.</li></ul></p></string>
+<li>2. Copy the file-name below, register it via<br><tt>My Add-Ins -&gt; Custom Add-Ins -&gt; Add a custom Add-In</tt>.</li></ul></p></string>
<li>3. In your mail account, click on any e-mail and then activate the add-in by clicking on the GnuPG icon shown about the email header. (Icon not visible? See troubleshooting below)</li>
<li>4. You will be prompted for a pairing code. Click the button below to obtain the code, and paste it to the input field.</li></ul></p>
- auto lab = new QLabel(i18n("<p>This message should explain in nice words, where to enter the pairing code. The pairing code itself is</p><h3 align='center'>%1</h3>", token));
+ auto lab = new QLabel(i18n("<p>Copy and paste the code shown below into the input field shown at the top of the Add-In:</p><h3 align='center'>%1</h3>", token));
lab->setWordWrap(true);
l->addWidget(lab);
auto bb = new QDialogButtonBox;
auto endButton = bb->addButton(i18nc("@button", "End pairing mode"), QDialogButtonBox::RejectRole);