Fix incorrect ordering of COLS and ROWS
https://bugzilla.gnome.org/show_bug.cgi?id=649023master-1.22
parent
4eef53542a
commit
087b25e1c3
|
@ -1043,7 +1043,7 @@ get_goption_context (TerminalOptions *options)
|
||||||
0,
|
0,
|
||||||
G_OPTION_ARG_CALLBACK,
|
G_OPTION_ARG_CALLBACK,
|
||||||
option_geometry_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")
|
N_("GEOMETRY")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue