mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
installer: Last message should make clear that the system will reboot.
This commit is contained in:
@@ -553,7 +553,7 @@ int main(int argc, char *argv[])
|
||||
if (!unattended) {
|
||||
sprintf(message, ctr[TR_CONGRATULATIONS_LONG],
|
||||
NAME, SNAME, NAME);
|
||||
newtWinMessage(ctr[TR_CONGRATULATIONS], ctr[TR_OK], message);
|
||||
newtWinMessage(ctr[TR_CONGRATULATIONS], ctr[TR_PRESS_OK_TO_REBOOT], message);
|
||||
}
|
||||
|
||||
allok = 1;
|
||||
|
||||
Reference in New Issue
Block a user