[gvfs] Improve wording



commit c070566d67c0059bce5e0d3484339c9547254ffe
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 29 17:37:50 2012 -0400

    Improve wording
    
    One can trash directories too, thus use LOCATION instead of FILE.

 programs/gvfs-trash.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/programs/gvfs-trash.c b/programs/gvfs-trash.c
index 3a60116..cb139d7 100644
--- a/programs/gvfs-trash.c
+++ b/programs/gvfs-trash.c
@@ -54,8 +54,8 @@ main (int argc, char *argv[])
   g_type_init ();
 
   error = NULL;
-  param = g_strdup_printf ("[%s...]", _("FILE"));
-  summary = _("Move files to the trash.");
+  param = g_strdup_printf ("[%s...]", _("LOCATION"));
+  summary = _("Move files or directories to the trash.");
 
   context = g_option_context_new (param);
   g_option_context_set_summary (context, summary);



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