aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-01-05 04:57:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-01-05 04:57:43 +0000
commit4a06d3176bcc57732574ed214f8704e9c10d2a59 (patch)
tree88d3f28acc6847416f558e030da8b0d78744ec4f /src/prefs_common_dialog.c
parent0f637d6ef959ee9e329210b52eb5aa4a28ec8974 (diff)
fixed a typo.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3001 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 7048bb2a..965321b2 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2011 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -862,7 +862,7 @@ static void prefs_receive_create(void)
/* New message notify */
PACK_FRAME_WITH_CHECK_BUTTON
(vbox1, frame_notify, checkbtn_newmsg_notify,
- _("Execute command when new messages arrived"));
+ _("Execute command when new messages arrive"));
vbox3 = gtk_vbox_new (FALSE, VSPACING_NARROW);
gtk_widget_show (vbox3);