From 65890857c538e72e04984a389b983b97efbfd076 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 13 Nov 1994 01:14:38 +0000 Subject: [PATCH] Now I know what this message is really supposed to say.. :-) --- sbin/sysinstall/label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/sysinstall/label.c b/sbin/sysinstall/label.c index 7586861661f..6eb96010399 100644 --- a/sbin/sysinstall/label.c +++ b/sbin/sysinstall/label.c @@ -546,7 +546,7 @@ DiskLabel() l2 = l1; } if (!(l2 - l1)) { - yip = "Oh god, I'm so confused!"; + yip = "Sizes unchanged - couldn't find room"; break; } sprintf(buf, "%lu", (l2-l1+1024L)/2048L);