aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-04-01 19:21:00 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-04-01 19:21:00 +0800
commit18fc206e9682bdb8297e665876393ba81904146e (patch)
tree8197573b5bbd2ae9f0aa60753a41d19ca869b5c8 /mail/message-list.c
parente040065df0f1ae04ba7dc561ceef144da30cd58c (diff)
downloadgsoc2013-evolution-18fc206e9682bdb8297e665876393ba81904146e.tar
gsoc2013-evolution-18fc206e9682bdb8297e665876393ba81904146e.tar.gz
gsoc2013-evolution-18fc206e9682bdb8297e665876393ba81904146e.tar.bz2
gsoc2013-evolution-18fc206e9682bdb8297e665876393ba81904146e.tar.lz
gsoc2013-evolution-18fc206e9682bdb8297e665876393ba81904146e.tar.xz
gsoc2013-evolution-18fc206e9682bdb8297e665876393ba81904146e.tar.zst
gsoc2013-evolution-18fc206e9682bdb8297e665876393ba81904146e.zip
** Fixes bug #525510, patch from Thomas M.
2008-04-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #525510, patch from Thomas M. * mail/message-list.c (ml_tree_value_at): Mark "On This Computer" for translation. svn path=/trunk/; revision=35296
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index b276e227e7..0bad6c7a90 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -1472,7 +1472,7 @@ ml_tree_value_at (ETreeModel *etm, ETreePath path, int col, void *model_data)
euri = em_uri_from_camel(url);
curl = camel_url_new (euri, &ex);
if (curl->host && !strcmp(curl->host, "local") && curl->user && !strcmp(curl->user, "local"))
- location = g_strconcat ("On This Computer", ":",curl->path, NULL);
+ location = g_strconcat (_("On This Computer"), ":",curl->path, NULL);
}
camel_exception_clear (&ex);