diff options
| author | Oliver Wolff <oliver.wolff@nokia.com> | 2011-11-25 12:11:26 +0100 |
|---|---|---|
| committer | Oliver Wolff <oliver.wolff@nokia.com> | 2011-11-25 12:16:09 +0100 |
| commit | 159d7e289f70f920311fa8f05f4fbf3d1e196e8c (patch) | |
| tree | c48a3fa3c70292d0230e5ddcbd1e8bd7d841d690 | |
| parent | abb0ddc6179eb368a3af5a9bbaaa9bc9ff480d53 (diff) | |
Fixed typo in Copy default scripts message box
Task-number: QTSIM-231
| -rw-r--r-- | src/ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index b4df6db..711e6bf 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -550,7 +550,7 @@ void MainWindow::setupScriptDirectories(ScriptUi *ui, FavoriteScriptButton *butt copyQuestion->setText(tr("New versions of the default scripts are available. Copy them into your user script directory?\n\n" "WARNING: If you have modified the default scripts, this will revert your changes.\n\n" "You can also update your scripts manually.\n" - "Default scipt directory: %1\n" + "Default script directory: %1\n" "User script directory: %2").arg(builtinScripts, scriptsPath)); copyQuestion->setIcon(QMessageBox::Question); QPushButton *copyButton = copyQuestion->addButton(tr("Copy"), QMessageBox::AcceptRole); |
