From 18fc206e9682bdb8297e665876393ba81904146e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 1 Apr 2008 11:21:00 +0000 Subject: ** Fixes bug #525510, patch from Thomas M. 2008-04-01 Matthew Barnes ** 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 --- mail/message-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/message-list.c') 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); -- cgit v1.2.3