From 159c872ddffbc294f219a4b3877f6d9d6a60b366 Mon Sep 17 00:00:00 2001 From: Chyla Zbigniew Date: Tue, 4 Sep 2001 21:49:43 +0000 Subject: Fixes #7251 * mail-ops.c (add_vtrash_info): Mark "Trash" with U_(), not _(). svn path=/trunk/; revision=12604 --- mail/ChangeLog | 6 ++++++ mail/mail-ops.c | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 54c1619c4e..ca4798725c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-09-04 Zbigniew Chyla + + Fixes #7251 + + * mail-ops.c (add_vtrash_info): Mark "Trash" with U_(), not _(). + 2001-09-04 Jeffrey Stedfast * mail-ops.c (fetch_mail_fetch): Unref the source folder here diff --git a/mail/mail-ops.c b/mail/mail-ops.c index ba5b7ceb8a..b378eb686b 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -43,6 +43,7 @@ #include "composer/e-msg-composer.h" #include "folder-browser.h" #include "e-util/e-html-utils.h" +#include "e-util/e-unicode-i18n.h" #include "filter/filter-filter.h" @@ -1078,8 +1079,8 @@ add_vtrash_info (CamelStore *store, CamelFolderInfo *info) } /* Fill in the new fields */ - vtrash->full_name = g_strdup (_("Trash")); - vtrash->name = g_strdup (_("Trash")); + vtrash->full_name = g_strdup (U_("Trash")); + vtrash->name = g_strdup (U_("Trash")); vtrash->url = g_strdup_printf ("vtrash:%s", uri); vtrash->unread_message_count = -1; g_free (uri); -- cgit v1.2.3