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/preferences/PreferenceDialog.java

    r13431 r13761  
    6161        JPanel pnl = new JPanel(new GridBagLayout());
    6262
    63         JCheckBox expert = new JCheckBox(tr("Expert mode"));
     63        JCheckBox expert = new JCheckBox(tr("Expert Mode"));
    6464        expert.setSelected(ExpertToggleAction.isExpert());
    6565        expert.addActionListener(e -> ExpertToggleAction.getInstance().actionPerformed(null));
Note: See TracChangeset for help on using the changeset viewer.