Fix typo.

This commit is contained in:
Martin Rotter 2017-04-12 16:00:48 +02:00
parent e2fa0aeea6
commit c88aab7f2a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ void MessagePreviewer::createConnections() {
QAbstractButton *btn_cancel = box.addButton(QMessageBox::Cancel);
bool always;
MessageBox::setCheckBox(&box, tr("Alway open links in external browser."), &always);
MessageBox::setCheckBox(&box, tr("Always open links in external browser."), &always);
box.setDefaultButton(QMessageBox::Cancel);
box.exec();