This commit is contained in:
Luis Ángel San Martín
2014-09-28 09:26:31 +02:00
36 changed files with 181 additions and 110 deletions

View File

@ -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);