Ignore:
Timestamp:
2009-11-01T14:48:03+01:00 (15 years ago)
Author:
stoecker
Message:

fixed i18n error I made in last checkin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/livegps/src/livegps/LiveGpsPlugin.java

    r18404 r18408  
    22
    33import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
     4import static org.openstreetmap.josm.tools.I18n.marktr;
    45import static org.openstreetmap.josm.tools.I18n.tr;
    56
     
    9899    {
    99100        MainMenu menu = Main.main.menu;
    100         lgpsmenu = menu.addMenu(tr("LiveGPS"), KeyEvent.VK_G, menu.defaultMenuPos, ht("/Plugin/LiveGPS"));
     101        lgpsmenu = menu.addMenu(marktr("LiveGPS"), KeyEvent.VK_G, menu.defaultMenuPos, ht("/Plugin/LiveGPS"));
    101102
    102103        JosmAction captureAction = new CaptureAction();
Note: See TracChangeset for help on using the changeset viewer.