diff options
Diffstat (limited to 'release/sysinstall/main.c')
-rw-r--r-- | release/sysinstall/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index 67de905210f8..19196b3bad37 100644 --- a/release/sysinstall/main.c +++ b/release/sysinstall/main.c @@ -149,9 +149,9 @@ main(int argc, char **argv) dmenuOpen(&MenuInitial, &choice, &scroll, &curr, &max, TRUE); if (getpid() != 1 #ifdef __alpha__ - || !msgYesNo("Are you sure you wish to exit? The system will halt.") + || !msgNoYes("Are you sure you wish to exit? The system will halt.") #else - || !msgYesNo("Are you sure you wish to exit? The system will reboot\n" + || !msgNoYes("Are you sure you wish to exit? The system will reboot\n" "(be sure to remove any floppies/CDROMs from the drives).") #endif ) |