Skip to content

Commit f7b56ef

Browse files
committed
CORE: better wording for the exit question
Suggested by ToneDeF
1 parent e6f60ce commit f7b56ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xemu/emutools.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static int atexit_callback_for_console_registered = 0;
7070
#endif
7171

7272
int i_am_sure_override = 0;
73-
const char *str_are_you_sure_to_exit = "Are you sure to exit Xemu?";
73+
const char *str_are_you_sure_to_exit = "Are you sure you want to exit Xemu?";
7474

7575
char **xemu_initial_argv = NULL;
7676
int xemu_initial_argc = -1;

0 commit comments

Comments
 (0)