Ignore:
Timestamp:
2012-02-12T16:48:07+01:00 (13 years ago)
Author:
stoecker
Message:

fix addMenu calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java

    r23190 r27755  
    22
    33import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
     4import static org.openstreetmap.josm.tools.I18n.marktr;
    45
    56import java.awt.event.KeyEvent;
     
    191192    public void pluginStatusChanged(int message) {
    192193        if (message == MESSAGE_DATABASE_LOADED) {
    193             czechMenu = Main.main.menu.addMenu("Adresy", KeyEvent.VK_A, 4, ht("/Plugin/CzechAddress"));
     194            czechMenu = Main.main.menu.addMenu(marktr("Adress"), KeyEvent.VK_A, 4, ht("/Plugin/CzechAddress"));
    194195            menuItems.add(MainMenu.add(czechMenu, new PointManipulatorAction()));
    195196            menuItems.add(MainMenu.add(czechMenu, new GroupManipulatorAction()));
Note: See TracChangeset for help on using the changeset viewer.