Skip to content

Commit ac38a47

Browse files
Made the 'XQEMU quit prematurely' message refer to XQEMU Messages instead of 'log area'
1 parent ff370cf commit ac38a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ def onXqemuStateChanged(self):
392392
if self.inst._p.exitCode() != 0:
393393
QMessageBox.critical(self, 'XQEMU quit prematurely!', 'XQEMU quit prematurely.\n\n'
394394
'This may be a known issue with this specific game, a problem in XQEMU, or an error in your settings.\n'
395-
'Please check your settings for correctness and see the XQEMU Messages area for details.\n'
396-
'If you need help resolving this problem, make sure to include this log in your error report, '
395+
'Please check your settings for correctness and see the XQEMU Messages for details.\n'
396+
'If you need help resolving this problem, make sure to include the XQEMU Messages log in your error report, '
397397
'along with as many details about how and what you were doing when the error happened.')
398398

399399
def onRunButtonClicked(self):

0 commit comments

Comments
 (0)