From 087b25e1c35659f28e85e464e99a6970eba97dff Mon Sep 17 00:00:00 2001 From: Friedel Wolff Date: Wed, 31 Aug 2011 12:26:02 +0200 Subject: [PATCH] Fix incorrect ordering of COLS and ROWS https://bugzilla.gnome.org/show_bug.cgi?id=649023 --- src/terminal-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal-options.c b/src/terminal-options.c index ce41055..9d8c1e1 100644 --- a/src/terminal-options.c +++ b/src/terminal-options.c @@ -1043,7 +1043,7 @@ get_goption_context (TerminalOptions *options) 0, G_OPTION_ARG_CALLBACK, option_geometry_callback, - N_("Set the window size; for example: 80x24, or 80x24+200+200 (ROWSxCOLS+X+Y)"), + N_("Set the window size; for example: 80x24, or 80x24+200+200 (COLSxROWS+X+Y)"), N_("GEOMETRY") }, {