tweaks: use a shorter message, because when the screen is small...

master
Benno Schulenberg 2018-07-14 12:07:25 +02:00
parent eb84205426
commit 75c7c35cfd
1 changed files with 1 additions and 1 deletions

View File

@ -2173,7 +2173,7 @@ int do_writeout(bool exiting, bool withprompt)
do_credits();
did_credits = TRUE;
} else
statusbar(_("Screen is too small"));
statusbar(_("Too tiny"));
break;
}
#endif