Ignore:
Timestamp:
2018-05-13T22:09:06+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16288 - replace similar i18n strings (removes 35 strings from Launchpad)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java

    r13683 r13761  
    800800    protected static JMenuItem addToWindowMenu(IRelationEditor re, String layerName) {
    801801        Relation r = re.getRelation();
    802         String name = r == null ? tr("New Relation") : r.getLocalName();
     802        String name = r == null ? tr("New relation") : r.getLocalName();
    803803        JosmAction focusAction = new JosmAction(
    804804                tr("Relation Editor: {0}", name == null && r != null ? r.getId() : name),
Note: See TracChangeset for help on using the changeset viewer.