X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fdraw_wins.c;h=624a240970cfb141b81ff1c58a3a79d8f17ad801;hb=93e3207a51c7ba4a31e3fb192e41b4421a906506;hp=1549d13f7284ea9c110c59ca8375f7122a76e8b4;hpb=c2cef1f0fa8fc32907d6f7fcdb4268c117dee71c;p=plomrogue diff --git a/src/draw_wins.c b/src/draw_wins.c index 1549d13..624a240 100644 --- a/src/draw_wins.c +++ b/src/draw_wins.c @@ -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)