From 6b7e2d2414141c9f7cbcba6c349b35576a9e523c Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Fri, 18 Sep 2015 17:23:10 +0300 Subject: Capitalize GPS in string Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- load-git.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load-git.c b/load-git.c index aa0ef8c2b..5b5b13bf6 100644 --- a/load-git.c +++ b/load-git.c @@ -186,7 +186,7 @@ static void parse_dive_gps(char *line, struct membuffer *str, void *_dive) (ds->latitude.udeg != latitude.udeg || ds->longitude.udeg != longitude.udeg)) { const char *coords = printGPSCoords(latitude.udeg, longitude.udeg); // we have a dive site that already has GPS coordinates - ds->notes = add_to_string(ds->notes, translate("gettextFromC", "multiple gps locations for this dive site; also %s\n"), coords); + ds->notes = add_to_string(ds->notes, translate("gettextFromC", "multiple GPS locations for this dive site; also %s\n"), coords); free((void *)coords); } ds->latitude = latitude; -- cgit v1.2.3-70-g09d2