mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-04-10 02:02:21 +02:00
LP-245 config: add missing space in unsaved popup message
This commit is contained in:
parent
0e7010e67e
commit
5c1e61979d
@ -262,7 +262,7 @@ void ConfigGadgetWidget::tabAboutToChange(int i, bool *proceed)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (wid->isDirty()) {
|
if (wid->isDirty()) {
|
||||||
int ans = QMessageBox::warning(this, tr("Unsaved changes"), tr("The tab you are leaving has unsaved changes,"
|
int ans = QMessageBox::warning(this, tr("Unsaved changes"), tr("The tab you are leaving has unsaved changes, "
|
||||||
"if you proceed they will be lost.\n"
|
"if you proceed they will be lost.\n"
|
||||||
"Do you still want to proceed?"), QMessageBox::Yes, QMessageBox::No);
|
"Do you still want to proceed?"), QMessageBox::Yes, QMessageBox::No);
|
||||||
if (ans == QMessageBox::No) {
|
if (ans == QMessageBox::No) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user