Ticket #16976: 16976_plugins.patch
| File 16976_plugins.patch, 714 bytes (added by , 7 years ago) |
|---|
-
plugins/Mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillarySign.java
88 88 return new MapillarySign(name); 89 89 } 90 90 } else { 91 Main.warn("Sign ' {0}' does not exist in the plugin database. Please contact the developer to add it.", name);91 Main.warn("Sign ''{0}'' does not exist in the plugin database. Please contact the developer to add it.", name); 92 92 return null; 93 93 } 94 94 }
