altoslib: Switch to maps.altusmetrum.org when no google map key is available
[fw/altos] / altosuilib / AltosUIConfigure.java
index e466f8b2c9f8c1433261ec98a0dd4c96eafe164d..e61b5d5205d96d15dc5816c0c6663188fa437d35 100644 (file)
@@ -270,9 +270,8 @@ public class AltosUIConfigure
                         constraints(0, 3));
                row++;
 
-               pane.add(new JLabel (String.format("AltOS version %s (%smaps key)",
-                                                  AltosVersion.version,
-                                                  AltosVersion.has_google_maps_api_key() ? "" : "no ")),
+               pane.add(new JLabel (String.format("AltOS version %s",
+                                                  AltosVersion.version)),
                         constraints(0, 3));
                row++;