From: Michael Tremer Date: Sun, 12 Dec 2010 19:17:24 +0000 (+0100) Subject: installer: Last message should make clear that the system will reboot. X-Git-Tag: v2.9-beta2~28 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=fac85ccd444d51e64c38ec9939d9532e273ffd93 installer: Last message should make clear that the system will reboot. --- diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index e501e1b8d3..951f0cb126 100644 --- a/src/install+setup/install/main.c +++ b/src/install+setup/install/main.c @@ -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;