mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Qt: fix newlines. someone™️ changed to richtext
This commit is contained in:
parent
e1a5a24a93
commit
a09c2dbdd7
3 changed files with 8 additions and 8 deletions
|
@ -763,7 +763,7 @@ bool gs_frame::event(QEvent* ev)
|
|||
Emu.CallAfter([this, &result, &called]()
|
||||
{
|
||||
m_gui_settings->ShowConfirmationBox(tr("Exit Game?"),
|
||||
tr("Do you really want to exit the game?\n\nAny unsaved progress will be lost!\n"),
|
||||
tr("Do you really want to exit the game?<br><br>Any unsaved progress will be lost!<br>"),
|
||||
gui::ib_confirm_exit, &result, nullptr);
|
||||
|
||||
called = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue