Skip to content

Commit ff370cf

Browse files
Changed 'log area' to 'XQEMU Message area' in the 'XQEMU quit prematurely' error message
1 parent 244a8a6 commit ff370cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ 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 log area for details.\n'
395+
'Please check your settings for correctness and see the XQEMU Messages area for details.\n'
396396
'If you need help resolving this problem, make sure to include this log in your error report, '
397397
'along with as many details about how and what you were doing when the error happened.')
398398

0 commit comments

Comments
 (0)