home · contact · privacy
Improvement of wincontrol.h descriptions and some minor connected corrections elsewhere.
[plomrogue] / src / draw_wins.c
index 1549d13f7284ea9c110c59ca8375f7122a76e8b4..624a240970cfb141b81ff1c58a3a79d8f17ad801 100644 (file)
@@ -471,10 +471,10 @@ extern void draw_winconf_geometry(struct Win * win)
     char * title = "Window's geometry:\n";
     char * h_d   = "\nHeight to save: ";
     char * h_pos = " (width in cells)";
-    char * h_neg = " (negative diff: cells to maximum width)";
+    char * h_neg = " (negative diff: cells to screen width)";
     char * w_d   = "\n\nWidth to save: ";
     char * w_pos = " (height in cells)";
-    char * w_neg = " (negative diff: cells to maximum height)";
+    char * w_neg = " (negative diff: cells to screen height)";
     char * h_t = h_pos;
     char * w_t = w_pos;
     if      (1 == wcp->height_type)