aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/prefs_common_dialog.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a092cddc..a5690bc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-05
+
+ * src/prefs_common_dialog.c: fixed a typo.
+
2011-12-27
* version 3.2.0beta5
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);