From 502d25deedd1e804eac0d9e3ee4925cc7e9124d7 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Tue, 29 Sep 2009 22:28:39 +0200 Subject: [PATCH] Update translatable strings --- src/osm-traces.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/osm-traces.c b/src/osm-traces.c index 25ab7a17..a45fc639 100644 --- a/src/osm-traces.c +++ b/src/osm-traces.c @@ -70,10 +70,10 @@ typedef struct _OsmTraceVis_t { } OsmTraceVis_t; static const OsmTraceVis_t OsmTraceVis[] = { - { "Identifiable (public w/ timestamps)", "identifiable" }, - { "Trackable (private w/ timestamps)", "trackable" }, - { "Public", "public" }, - { "Private", "private" }, + { N_("Identifiable (public w/ timestamps)"), "identifiable" }, + { N_("Trackable (private w/ timestamps)"), "trackable" }, + { N_("Public"), "public" }, + { N_("Private"), "private" }, { NULL, NULL }, }; -- 2.11.4.GIT