mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
merged
This commit is contained in:
@ -1117,7 +1117,7 @@ void MainWindowViewer::changeFit()
|
||||
void MainWindowViewer::newVersion()
|
||||
{
|
||||
QMessageBox msgBox;
|
||||
msgBox.setText(tr("There is a new version avaliable"));
|
||||
msgBox.setText(tr("There is a new version available"));
|
||||
msgBox.setInformativeText(tr("Do you want to download the new version?"));
|
||||
msgBox.setStandardButtons(QMessageBox::Yes | QMessageBox::Ignore | QMessageBox::No);
|
||||
msgBox.setDefaultButton(QMessageBox::Yes);
|
||||
|
Reference in New Issue
Block a user