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



commit 45e4f982f5de5c8c71439a687ab4faac12d3562c
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.

 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 dcf5480..67fa014 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 (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]