diff --git a/examples/GoogleMaps/Main.cpp b/examples/GoogleMaps/Main.cpp index c11df22a3..6ff59db23 100644 --- a/examples/GoogleMaps/Main.cpp +++ b/examples/GoogleMaps/Main.cpp @@ -7,5 +7,5 @@ GUI_APP_MAIN { Pointf p(0, 51.477222); if(MapDlg(p)) - Exclamation("Marker positions " + FormatGPS(p)); + Exclamation("Marker position " + FormatGPS(p)); }