Fix incorrect ordering of COLS and ROWS

https://bugzilla.gnome.org/show_bug.cgi?id=649023
master-1.22
Friedel Wolff 2011-08-31 12:26:02 +02:00 committed by Sorokin Alexei
parent 4eef53542a
commit 087b25e1c3
1 changed files with 1 additions and 1 deletions

View File

@ -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")
},
{