mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Changed bugs to issues in UI
This commit is contained in:
parent
43d0c844df
commit
32e1c63735
@ -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()
|
||||
|
@ -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>
|
||||
|
@ -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>";
|
||||
|
Loading…
Reference in New Issue
Block a user