diff options
author | Marcus Carlson <mdc@src.gnome.org> | 2010-08-04 21:34:59 +0200 |
---|---|---|
committer | Marcus Carlson <mdc@src.gnome.org> | 2010-08-09 23:02:13 +0200 |
commit | 9db6cf3ed43eebf0ded2aacaaed883eface75e92 (patch) | |
tree | dd32b4583347b18f6af0f6922543851f4778ed53 /libnautilus-private/nautilus-file-operations.c | |
parent | 8598d769993843e1e6529a661fea034785ca0091 (diff) | |
download | nautilus-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.c | 6 |
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"), |