summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file-operations.c
diff options
context:
space:
mode:
authorMarcus Carlson <mdc@src.gnome.org>2010-08-04 21:34:59 +0200
committerMarcus Carlson <mdc@src.gnome.org>2010-08-09 23:02:13 +0200
commit9db6cf3ed43eebf0ded2aacaaed883eface75e92 (patch)
treedd32b4583347b18f6af0f6922543851f4778ed53 /libnautilus-private/nautilus-file-operations.c
parent8598d769993843e1e6529a661fea034785ca0091 (diff)
downloadnautilus-9db6cf3ed43eebf0ded2aacaaed883eface75e92.tar.gz
Better (shorter) text when emptying trash (#304336)
Diffstat (limited to 'libnautilus-private/nautilus-file-operations.c')
-rw-r--r--libnautilus-private/nautilus-file-operations.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libnautilus-private/nautilus-file-operations.c b/libnautilus-private/nautilus-file-operations.c
index 9ef181984..02dcf1c3c 100644
--- a/libnautilus-private/nautilus-file-operations.c
+++ b/libnautilus-private/nautilus-file-operations.c
@@ -1329,13 +1329,11 @@ confirm_empty_trash (CommonJob *job)
return TRUE;
}
- prompt = f (_("Empty all of the items from the trash?"));
+ prompt = f (_("Empty all items from Trash?"));
response = run_warning (job,
prompt,
- f(_("If you choose to empty the trash, all items "
- "in it will be permanently lost. Please note "
- "that you can also delete them separately.")),
+ f(_("All items in the Trash will be permanently deleted.")),
NULL,
FALSE,
GTK_STOCK_CANCEL, _("Empty _Trash"),