commit 75c7c35cfd39d3989a394c519cb12fc2052c0909
parent eb84205426f8256f0a2998c2ab655682bec1420f
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sat, 14 Jul 2018 12:07:25 +0200
tweaks: use a shorter message, because when the screen is small...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/files.c b/src/files.c
@@ -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