Ignore:
Timestamp:
2015-10-19T13:28:54+02:00 (9 years ago)
Author:
donvip
Message:

[josm_plugins] remove call to deprecated method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/TrustOSMplugin.java

    r30745 r31646  
    22
    33import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    4 import static org.openstreetmap.josm.tools.I18n.marktr;
     4import static org.openstreetmap.josm.tools.I18n.tr;
    55
    66import java.awt.event.KeyEvent;
     
    257257
    258258        if (gpgJMenu == null) {
    259             gpgJMenu = menu.addMenu(marktr("GPG"), KeyEvent.VK_B, menu.getDefaultMenuPos(), ht("/Plugin/TrustOSM"));
     259            gpgJMenu = menu.addMenu("GPG", tr("GPG"), KeyEvent.VK_B, menu.getDefaultMenuPos(), ht("/Plugin/TrustOSM"));
    260260            gpgJMenu.add(new JMenuItem(new ExportSigsAction()));
    261261        }
Note: See TracChangeset for help on using the changeset viewer.