mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Use PanicAlertT instead of PanicAlert when appropriate
I tried to change messages that contained instructions for users, while avoiding messages that are so technical that most users wouldn't understand them even if they were in the right language.
This commit is contained in:
parent
98ed5881ab
commit
95a2abc1ce
13 changed files with 47 additions and 56 deletions
|
@ -683,12 +683,12 @@ void UndoLoadState()
|
|||
}
|
||||
else
|
||||
{
|
||||
PanicAlert("No undo.dtm found, aborting undo load state to prevent movie desyncs");
|
||||
PanicAlertT("No undo.dtm found, aborting undo load state to prevent movie desyncs");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
PanicAlert("There is nothing to undo!");
|
||||
PanicAlertT("There is nothing to undo!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue