[gnome-terminal] Fix incorrect ordering of COLS and ROWS
- From: Friedel Wolff <fwolff src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Fix incorrect ordering of COLS and ROWS
- Date: Wed, 31 Aug 2011 14:43:18 +0000 (UTC)
commit d939a4daa3383722a5d9d46a27b3a978c39bc3d9
Author: Friedel Wolff <friedel translate org za>
Date: Wed Aug 31 12:26:02 2011 +0200
Fix incorrect ordering of COLS and ROWS
https://bugzilla.gnome.org/show_bug.cgi?id=649023
src/terminal-options.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-options.c b/src/terminal-options.c
index 67fa014..dcf5480 100644
--- a/src/terminal-options.c
+++ b/src/terminal-options.c
@@ -1034,7 +1034,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")
},
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]