[PATCH] Capitalize GPS in string

Miika Turkia miika.turkia at gmail.com
Fri Sep 18 07:23:10 PDT 2015


Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 load-git.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/load-git.c b/load-git.c
index aa0ef8c..5b5b13b 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;
-- 
2.1.4



More information about the subsurface mailing list