diff options
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-ops.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 134c4beb53..6e4086e636 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-08-20 Ettore Perazzoli <ettore@ximian.com> + + * mail-ops.c (sync_folder_desc): s/Synchronising/Synchronizing/. + 2001-08-20 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (storage_create_folder): diff --git a/mail/mail-ops.c b/mail/mail-ops.c index c21c207f29..40b943f99c 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1546,7 +1546,7 @@ struct _sync_folder_msg { static char *sync_folder_desc(struct _mail_msg *mm, int done) { - return g_strdup(_("Synchronising folder")); + return g_strdup(_("Synchronizing folder")); } static void sync_folder_sync(struct _mail_msg *mm) |