diff options
-rw-r--r-- | mail/evolution-mail.schemas.in | 6 | ||||
-rw-r--r-- | mail/mail-vfolder.c | 2 |
2 files changed, 4 insertions, 4 deletions
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 @@ <short>Drag'n'drop export format</short> <long> Define the email export format when doing drag'n'drop. - Possible values are : mbox or pdf + Possible values are mbox or pdf </long> </locale> </schema> @@ -1801,8 +1801,8 @@ <locale name="C"> <short>Format of the drag'n'drop export filename</short> <long> - 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) </long> </locale> </schema> 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); |