Changeset 15796 in josm for trunk/src


Ignore:
Timestamp:
2020-01-29T23:00:37+01:00 (4 years ago)
Author:
simon04
Message:

see #18429 - Upload dialog: put "just once" in parentheses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java

    r15778 r15796  
    8989        pnl.add(sourceLabel, GBC.eol().insets(0, 8, 10, 0).fill(GBC.HORIZONTAL));
    9090        JEditorPane obtainSourceOnce = new JMultilineLabel(
    91                 "<html><a href=\"urn:changeset-source\">" + tr("just once") + "</a></html>");
     91                "<html>(<a href=\"urn:changeset-source\">" + tr("just once") + "</a>)</html>");
    9292        obtainSourceOnce.addHyperlinkListener(e -> {
    9393            if (HyperlinkEvent.EventType.ACTIVATED.equals(e.getEventType())) {
Note: See TracChangeset for help on using the changeset viewer.