From 30fe010cffa6f290170147ea9a8b617d04fab39d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 7 May 2011 11:15:51 -0400 Subject: Adapt to CamelFolder:name -> display-name. --- mail/mail-ops.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 0526084016..e6bee3e534 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1282,7 +1282,9 @@ struct _get_quota_msg { static gchar * get_quota_desc (struct _get_quota_msg *m) { - return g_strdup_printf (_("Retrieving quota information for folder '%s'"), camel_folder_get_name (m->folder)); + return g_strdup_printf ( + _("Retrieving quota information for folder '%s'"), + camel_folder_get_display_name (m->folder)); } static void -- cgit v1.2.3