Added more descriptive text to unsaved gamepad button mappings warning.

This commit is contained in:
mjbudd77 2021-06-13 22:40:35 -04:00
parent 2f0aa22b42
commit 34290e747a
1 changed files with 2 additions and 1 deletions

View File

@ -1188,7 +1188,8 @@ void GamePadConfDialog_t::promptToSave(void)
}
}
}
msg.append(".");
msg.append(".\n");
msg.append("Mappings will not persist on emulator restart unless saved.");
msgBox.setIcon(QMessageBox::Warning);
msgBox.setText(tr(msg.c_str()));