Ticket #18814: CombinePrimitiveResolverDialog.patch
File CombinePrimitiveResolverDialog.patch, 1.5 KB (added by , 5 years ago) |
---|
-
/trunk/src/org/openstreetmap/josm/gui/conflict/tags/
old new 603 603 final TagCollection normalizedTags) throws UserCancelException { 604 604 String conflicts = normalizedTags.getKeysWithMultipleValues().stream().map( 605 605 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, " 607 608 + "but the following tags are used conflictingly:<br/>{1}" 608 609 + "If these objects are combined, the resulting object may have unwanted tags.<br/>" 609 610 + "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, " 611 613 + "but the following tags are used conflictingly:<br/>{1}" 612 614 + "If these objects are combined, the resulting object may have unwanted tags.<br/>" 613 615 + "If you want to continue, you are shown a dialog to fix the conflicting tags.<br/><br/>"