From 402218880ebaba874fdbc0f385ed92576d46cb2f Mon Sep 17 00:00:00 2001 From: Chyla Zbigniew Date: Sun, 19 Aug 2001 20:22:35 +0000 Subject: Marked string for translation (connection type). * my-evolution/e-summary-rdf.c (make_connection): Marked string for translation (connection type). * my-evolution/e-summary-weather.c (make_url): Split into two functions: make_url and make_anchor. (weather_make_html): s/make_url/make_anchor/ (make_connection): Marked connection type string for franslation, assign the real URI to ->hostname (using make_url), not location code. svn path=/trunk/; revision=12226 --- my-evolution/e-summary-rdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'my-evolution/e-summary-rdf.c') diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c index 857c0be747..3ab6fe2816 100644 --- a/my-evolution/e-summary-rdf.c +++ b/my-evolution/e-summary-rdf.c @@ -476,7 +476,7 @@ make_connection (RDF *r) d = g_new (ESummaryConnectionData, 1); d->hostname = g_strdup (r->uri); - d->type = g_strdup ("RDF Summary"); + d->type = g_strdup (_("RDF Summary")); return d; } -- cgit v1.2.3