[gvfs] Fixed description for gvfs-mkdir



commit 5ce0a03107246b6fce7314ad2bac01c426ca85c1
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Aug 25 14:44:47 2009 -0300

    Fixed description for gvfs-mkdir
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593045

 programs/gvfs-mkdir.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/programs/gvfs-mkdir.c b/programs/gvfs-mkdir.c
index a031dab..0359172 100644
--- a/programs/gvfs-mkdir.c
+++ b/programs/gvfs-mkdir.c
@@ -47,7 +47,7 @@ main (int argc, char *argv[])
   g_type_init ();
 
   error = NULL;
-  context = g_option_context_new (_("- delete files"));
+  context = g_option_context_new (_("- create directories"));
   g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
   g_option_context_parse (context, &argc, &argv, &error);
   g_option_context_free (context);



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