installer: Last message should make clear that the system will reboot.

This commit is contained in:
Michael Tremer
2010-12-12 20:17:24 +01:00
parent 942d7058e5
commit fac85ccd44

View File

@@ -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;