Fix some spell errors

This commit is contained in:
Felix Kauselmann
2014-08-24 15:56:38 +02:00
parent 96c175889e
commit c897efb08a
22 changed files with 39 additions and 39 deletions

View File

@ -923,7 +923,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);