diff --git a/oscar/mainwindow.cpp b/oscar/mainwindow.cpp index e030f03d..dbf21a81 100644 --- a/oscar/mainwindow.cpp +++ b/oscar/mainwindow.cpp @@ -2475,7 +2475,7 @@ void MainWindow::on_actionReport_a_Bug_triggered() // QString language = settings.value(LangSetting).toString(); // // QDesktopServices::openUrl(QUrl(QString("https://sleepyhead.jedimark.net/report_bugs.php?lang=%1&version=%2&platform=%3").arg(language).arg(VersionString).arg(PlatformString))); - QMessageBox::information(nullptr, STR_MessageBox_Error, tr("Bug reports are not yet implemented")); + QMessageBox::information(nullptr, STR_MessageBox_Error, tr("Reporting issues is not yet implemented")); } void MainWindow::on_profilesButton_clicked() diff --git a/oscar/mainwindow.ui b/oscar/mainwindow.ui index 5da55cf4..f90acbe7 100644 --- a/oscar/mainwindow.ui +++ b/oscar/mainwindow.ui @@ -3182,7 +3182,7 @@ p, li { white-space: pre-wrap; } - Report a Bug + Report an Issue diff --git a/oscar/welcome.cpp b/oscar/welcome.cpp index d6a46cb1..01690787 100644 --- a/oscar/welcome.cpp +++ b/oscar/welcome.cpp @@ -125,7 +125,7 @@ QString Welcome::GenerateCPAPHTML() Machine * cpap = nullptr; if (!havecpapdata && !haveoximeterdata) { - html += "

" + tr("It would be a good idea to check File->Preferences first,") + "
" + + html += "

" + tr("It would be a good idea to check File->Preferences first,") + "
" + tr("as there are some options that affect import.")+"

" + "

" + tr("Note that some preferences are forced when a ResMed machine is detected") + "

" + "

" + tr("First import can take a few minutes.") + "

";