evolution r35296 - trunk/mail
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35296 - trunk/mail
- Date: Tue, 1 Apr 2008 12:21:01 +0100 (BST)
Author: mbarnes
Date: Tue Apr 1 12:21:00 2008
New Revision: 35296
URL: http://svn.gnome.org/viewvc/evolution?rev=35296&view=rev
Log:
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.
Modified:
trunk/mail/ChangeLog
trunk/mail/message-list.c
Modified: trunk/mail/message-list.c
==============================================================================
--- trunk/mail/message-list.c (original)
+++ trunk/mail/message-list.c Tue Apr 1 12:21:00 2008
@@ -1472,7 +1472,7 @@
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]