[gvfs] Fixed description for gvfs-mkdir
- From: Christian Kellner <gicmo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gvfs] Fixed description for gvfs-mkdir
- Date: Thu, 1 Oct 2009 16:01:14 +0000 (UTC)
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]