summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-06-29 17:37:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-06-29 17:37:50 -0400
commitc070566d67c0059bce5e0d3484339c9547254ffe (patch)
treefe22d308cf0c05c8e2eb488766ff20e0b47bb176 /programs
parent265057d79fd05546236d2b93bb4a085833e408f6 (diff)
downloadgvfs-c070566d67c0059bce5e0d3484339c9547254ffe.tar.gz
Improve wording
One can trash directories too, thus use LOCATION instead of FILE.
Diffstat (limited to 'programs')
-rw-r--r--programs/gvfs-trash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/gvfs-trash.c b/programs/gvfs-trash.c
index 3a601167..cb139d7b 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);