]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
installer: Last message should make clear that the system will reboot.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Dec 2010 19:17:24 +0000 (20:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Dec 2010 19:17:24 +0000 (20:17 +0100)
src/install+setup/install/main.c

index e501e1b8d31389fd287cde3882636bb73a46465b..951f0cb12658fd0161e931d8adad94b76dbfbef6 100644 (file)
@@ -553,7 +553,7 @@ int main(int argc, char *argv[])
        if (!unattended) {
                sprintf(message, ctr[TR_CONGRATULATIONS_LONG],
                                NAME, SNAME, NAME);
        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;
        }
 
        allok = 1;