Signed-off-by: Miika Turkia <[email protected]>
---
 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

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to