aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorChyla Zbigniew <chyla@src.gnome.org>2001-09-05 05:49:43 +0800
committerChyla Zbigniew <chyla@src.gnome.org>2001-09-05 05:49:43 +0800
commit159c872ddffbc294f219a4b3877f6d9d6a60b366 (patch)
tree2f69c4c09a0f9f89ce7d37bafca032623ea28022 /mail/mail-ops.c
parent00164176ef0d698a508156fd6bda3597e04bafe9 (diff)
downloadgsoc2013-evolution-159c872ddffbc294f219a4b3877f6d9d6a60b366.tar.gz
gsoc2013-evolution-159c872ddffbc294f219a4b3877f6d9d6a60b366.tar.zst
gsoc2013-evolution-159c872ddffbc294f219a4b3877f6d9d6a60b366.zip
Fixes #7251
* mail-ops.c (add_vtrash_info): Mark "Trash" with U_(), not _(). svn path=/trunk/; revision=12604
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c5
1 files changed, 3 insertions, 2 deletions
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);
es deprecated JPEG classes.jkim2014-06-052-15/+6 * Fix properties on pkg-plistbapt2014-01-221-1/+0 * Python cleanup:rene2014-01-141-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Convert to new options frameworkbapt2013-06-073-130/+258 * Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2 * Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILESdougb2012-08-201-1/+0 * Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 * Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1