From bd8004f2112f9f7f34bc487b953812f7bc0eba30 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 16 Feb 2012 11:07:41 +0100 Subject: Bug #668848 - Whitespaces in front of colons --- mail/evolution-mail.schemas.in | 6 +++--- mail/mail-vfolder.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index e1bfc3247d..f04a211b34 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1787,7 +1787,7 @@ Drag'n'drop export format Define the email export format when doing drag'n'drop. - Possible values are : mbox or pdf + Possible values are mbox or pdf @@ -1801,8 +1801,8 @@ Format of the drag'n'drop export filename - Exported file name will be : YYYmmDDHHMMSS_email_title - Possible values : 1 (: email sent date), 2 (: drag'n'drop date) + Exported file name will be YYYYmmDDHHMMSS_email_title + Possible values: 1 (: email sent date), 2 (: drag'n'drop date) diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c index 7d5b3c24e8..13f2c903d1 100644 --- a/mail/mail-vfolder.c +++ b/mail/mail-vfolder.c @@ -216,7 +216,7 @@ vfolder_adduri_desc (struct _adduri_msg *m) display_name = camel_service_get_display_name (service); description = g_strdup_printf ( - _("Updating Search Folders for '%s' : %s"), + _("Updating Search Folders for '%s' - %s"), display_name, folder_name); g_object_unref (store); -- cgit v1.2.3