Changeset 31646 in osm for applications/editors/josm/plugins/trustosm
- Timestamp:
- 2015-10-19T13:28:54+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/TrustOSMplugin.java
r30745 r31646 2 2 3 3 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 4 import static org.openstreetmap.josm.tools.I18n. marktr;4 import static org.openstreetmap.josm.tools.I18n.tr; 5 5 6 6 import java.awt.event.KeyEvent; … … 257 257 258 258 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")); 260 260 gpgJMenu.add(new JMenuItem(new ExportSigsAction())); 261 261 }
Note:
See TracChangeset
for help on using the changeset viewer.