[gnome-terminal] Revert "Fix incorrect ordering of COLS and ROWS"



commit 9617e44e8a10a498e285f1c26c600a094b5f51d4
Author: Christian Persch <chpe gnome org>
Date:   Thu May 3 20:49:09 2012 +0200

    Revert "Fix incorrect ordering of COLS and ROWS"
    
    This reverts commit d939a4daa3383722a5d9d46a27b3a978c39bc3d9.
    (cherry picked from commit 45e4f982f5de5c8c71439a687ab4faac12d3562c)

 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 0a1343e..1b73cf9 100644
--- a/src/terminal-options.c
+++ b/src/terminal-options.c
@@ -1110,7 +1110,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 (COLSxROWS+X+Y)"),
+      N_("Set the window size; for example: 80x24, or 80x24+200+200 (ROWSxCOLS+X+Y)"),
       N_("GEOMETRY")
     },
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]