Changed bugs to issues in UI

This commit is contained in:
Phil Olynyk 2019-02-25 14:08:17 -05:00
parent 43d0c844df
commit 32e1c63735
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3182,7 +3182,7 @@ p, li { white-space: pre-wrap; }
</action>
<action name="actionReport_a_Bug">
<property name="text">
<string>Report a Bug</string>
<string>Report an Issue</string>
</property>
</action>
</widget>

View File

@ -125,7 +125,7 @@ QString Welcome::GenerateCPAPHTML()
Machine * cpap = nullptr;
if (!havecpapdata && !haveoximeterdata) {
html += "<p>" + tr("It would be a good idea to check File->Preferences first,") + "</br>" +
html += "<p>" + tr("It would be a good idea to check File->Preferences first,") + "<br />" +
tr("as there are some options that affect import.")+"</p>" +
"<p>" + tr("Note that some preferences are forced when a ResMed machine is detected") + "</p>" +
"<p>" + tr("First import can take a few minutes.") + "</p>";