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/actions/ImageryAdjustAction.java

    r13694 r13761  
    254254                    "If you want to save the offset as bookmark, enter the bookmark name below",
    255255                    Main.getProjection().toString())), GBC.eop());
    256             pnl.add(new JLabel(tr("Offset: ")), GBC.std());
     256            pnl.add(new JLabel(tr("Offset:")), GBC.std());
    257257            pnl.add(tOffset, GBC.eol().fill(GBC.HORIZONTAL).insets(0, 0, 0, 5));
    258258            pnl.add(new JLabel(tr("Bookmark name: ")), GBC.std());
Note: See TracChangeset for help on using the changeset viewer.