1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

LP-245 config: add missing space in unsaved popup message

This commit is contained in:
Philippe Renon 2016-09-14 23:20:35 +02:00 committed by Philippe Renon
parent 0e7010e67e
commit 5c1e61979d

View File

@ -262,7 +262,7 @@ void ConfigGadgetWidget::tabAboutToChange(int i, bool *proceed)
return;
}
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"
"Do you still want to proceed?"), QMessageBox::Yes, QMessageBox::No);
if (ans == QMessageBox::No) {