[vinagre] Capitalise Vinagre in command-line option help



commit 62edf1366f492359b0724b03a0bfa6569516a36d
Author: David King <amigadave amigadave com>
Date:   Thu Apr 7 21:36:09 2011 +0200

    Capitalise Vinagre in command-line option help

 vinagre/vinagre-options.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/vinagre/vinagre-options.c b/vinagre/vinagre-options.c
index 51a0896..df0da47 100644
--- a/vinagre/vinagre-options.c
+++ b/vinagre/vinagre-options.c
@@ -33,15 +33,15 @@ const GOptionEntry all_options [] =
 
   { "fullscreen", 'f', 0, G_OPTION_ARG_NONE, &optionstate.fullscreen,
   /* Translators: this is a command line option (run vinagre --help) */
-    N_("Open vinagre in fullscreen mode"), NULL },
+    N_("Open Vinagre in fullscreen mode"), NULL },
 
   { "new-window", 'n', 0, G_OPTION_ARG_NONE, &optionstate.new_window,
   /* Translators: this is a command line option (run vinagre --help) */
-    N_("Create a new toplevel window in an existing instance of vinagre"), NULL },
+    N_("Create a new toplevel window in an existing instance of Vinagre"), NULL },
 
   { "file", 'F', 0, G_OPTION_ARG_FILENAME_ARRAY, &optionstate.files,
   /* Translators: this is a command line option (run vinagre --help) */
-    N_("Open a file recognized by vinagre"), N_("filename")},
+    N_("Open a file recognized by Vinagre"), N_("filename")},
 
   { 
     G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_STRING_ARRAY, &optionstate.uris,



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