[gnome-terminal] Fix a typo



commit 1cc16ad3629e0996a887df356ad3fc6ee01b58d4
Author: Christian Persch <chpe gnome org>
Date:   Sun Oct 18 11:48:06 2009 +0200

    Fix a typo
    
    Bug #598826.

 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 c2cd535..92f1d03 100644
--- a/src/terminal-options.c
+++ b/src/terminal-options.c
@@ -1101,7 +1101,7 @@ get_goption_context (TerminalOptions *options)
       0,
       G_OPTION_ARG_CALLBACK,
       option_zoom_callback,
-      N_("Set the terminalx's zoom factor (1.0 = normal size)"),
+      N_("Set the terminal's zoom factor (1.0 = normal size)"),
       N_("ZOOM")
     },
     { NULL, 0, 0, 0, NULL, NULL, NULL }



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