Ticket #18814: CombinePrimitiveResolverDialog.patch

File CombinePrimitiveResolverDialog.patch, 1.5 KB (added by Hb---, 5 years ago)
  • /trunk/src/org/openstreetmap/josm/gui/conflict/tags/

    old new  
    603603            final TagCollection normalizedTags) throws UserCancelException {
    604604        String conflicts = normalizedTags.getKeysWithMultipleValues().stream().map(
    605605                key -> getKeyDescription(key, normalizedTags)).collect(StreamUtils.toHtmlList());
    606         String msg = /* for correct i18n of plural forms - see #9110 */ trn("You are about to combine {0} objects, "
     606        String msg = /* for correct i18n of plural forms - see #9110 */ trn(
     607                "You are about to combine {0} object, "
    607608                + "but the following tags are used conflictingly:<br/>{1}"
    608609                + "If these objects are combined, the resulting object may have unwanted tags.<br/>"
    609610                + "If you want to continue, you are shown a dialog to fix the conflicting tags.<br/><br/>"
    610                 + "Do you want to continue?", "You are about to combine {0} objects, "
     611                + "Do you want to continue?",
     612                "You are about to combine {0} objects, "
    611613                + "but the following tags are used conflictingly:<br/>{1}"
    612614                + "If these objects are combined, the resulting object may have unwanted tags.<br/>"
    613615                + "If you want to continue, you are shown a dialog to fix the conflicting tags.<br/><br/>"