Ticket #16976: 16976_plugins.patch

File 16976_plugins.patch, 714 bytes (added by GerdP, 7 years ago)
  • plugins/Mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillarySign.java

     
    8888        return new MapillarySign(name);
    8989      }
    9090    } 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);
    9292      return null;
    9393    }
    9494  }