From a61877d1d4efdd1ed295d31b0b3042ca44747b25 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 29 Jan 2013 01:27:36 -0800 Subject: Add missing strings for translations Mostly in new code, but some of them are strings in older code that have been missed in the past. Signed-off-by: Dirk Hohndel --- info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'info.c') diff --git a/info.c b/info.c index d6e2182ce..ed5bdb553 100644 --- a/info.c +++ b/info.c @@ -625,8 +625,8 @@ void print_gps_coordinates(char *buffer, int len, float lat, float lon) float latmin, lonmin; char *lath, *lonh; - lath = lat >= 0.0 ? "N" : "S"; - lonh = lon >= 0.0 ? "E" : "W"; + lath = lat >= 0.0 ? _("N") : _("S"); + lonh = lon >= 0.0 ? _("E") : _("W"); lat = fabs(lat); lon = fabs(lon); latdeg = lat; -- cgit v1.2.3-70-g09d2