From a3db47909ec99d373949e67d6c64de06b398ae07 Mon Sep 17 00:00:00 2001 From: Milan Crha <mcrha@redhat.com> Date: Mon, 26 May 2014 16:41:48 +0200 Subject: Bug 726746 - Allow to auto-empty trash without needing to exit --- modules/mail/em-mailer-prefs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/mail/em-mailer-prefs.c') diff --git a/modules/mail/em-mailer-prefs.c b/modules/mail/em-mailer-prefs.c index 2a150a768e..0886269d60 100644 --- a/modules/mail/em-mailer-prefs.c +++ b/modules/mail/em-mailer-prefs.c @@ -78,9 +78,9 @@ static const struct { gint days; } empty_trash_frequency[] = { { N_("On exit, every time"), 0 }, - { N_("On exit, once per day"), 1 }, - { N_("On exit, once per week"), 7 }, - { N_("On exit, once per month"), 30 }, + { N_("Once per day"), 1 }, + { N_("Once per week"), 7 }, + { N_("Once per month"), 30 }, { N_("Immediately, on folder leave"), -1 } }; -- cgit