From 97b31fdbe05f06015f636c5a1c8a46b814bf822d Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 23 Aug 2005 10:15:44 +0000 Subject: modified the 'Empty trash' messages. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@502 ee746299-78ed-0310-b773-934348b2243d --- src/mainwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.c') diff --git a/src/mainwindow.c b/src/mainwindow.c index 9e928ef2..8ca82a33 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -1564,7 +1564,7 @@ void main_window_empty_trash(MainWindow *mainwin, gboolean confirm) if (confirm) { if (alertpanel(_("Empty all trash"), - _("Empty messages in all trash?"), + _("Delete all messages in trash folders?"), GTK_STOCK_YES, GTK_STOCK_NO, NULL) != G_ALERTDEFAULT) return; -- cgit v1.2.3