diff --git a/src/plugins/projectexplorer/userfileaccessor.cpp b/src/plugins/projectexplorer/userfileaccessor.cpp index e3a56fae9d4b2c9fe4fa9a481d52f5610a85b103..fb0c0089f72683f5a261dba8f0357d92a284443a 100644 --- a/src/plugins/projectexplorer/userfileaccessor.cpp +++ b/src/plugins/projectexplorer/userfileaccessor.cpp @@ -277,7 +277,7 @@ QVariantMap UserFileAccessor::restoreSettings(Project *project) "The hostname for this computer is %2. \n\n" "The .user settings files contain machine specific settings. " "They should not be copied to a different environment. \n\n" - "Still load the settigns file?").arg(hostname, QHostInfo::localHostName()), + "Still load the settings file?").arg(hostname, QHostInfo::localHostName()), QMessageBox::Yes | QMessageBox::No, Core::ICore::instance()->mainWindow()); msgBox.setDefaultButton(QMessageBox::No);