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

This commit is contained in:
Benno Schulenberg
2018-07-14 12:07:25 +02:00
parent eb84205426
commit 75c7c35cfd

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