Ignore:
Timestamp:
2014-01-13T00:11:28+01:00 (10 years ago)
Author:
stoecker
Message:

see #9110 - fix singular forms, even if they are useless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/tags/CombinePrimitiveResolverDialog.java

    r6507 r6679  
    549549            final Collection<? extends OsmPrimitive> primitives,
    550550            final Set<Relation> parentRelations) throws UserCancelException {
    551         String msg = trn("You are about to combine {1} objects, "
     551        /* I18n: object count < 2 is not possible */
     552        String msg = trn("You are about to combine {1} object, "
    552553                + "which are part of {0} relation:<br/>{2}"
    553554                + "Combining these objects may break this relation. If you are unsure, please cancel this operation.<br/>"
Note: See TracChangeset for help on using the changeset viewer.