mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-25 13:38:44 +01:00
Fix typo.
This commit is contained in:
parent
e2fa0aeea6
commit
c88aab7f2a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user