aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-23 10:15:44 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-23 10:15:44 +0000
commit97b31fdbe05f06015f636c5a1c8a46b814bf822d (patch)
tree43f92b33c4f40bd38aef57073e43523e9707cfe1 /src/mainwindow.c
parent733d4928e512c31baf076c6b97267c6b4691ba73 (diff)
modified the 'Empty trash' messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@502 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
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;