Ignore:
Timestamp:
2011-01-01T19:13:53+01:00 (13 years ago)
Author:
stoecker
Message:

fix help topics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/audio/AudioBackAction.java

    r2857 r3753  
    22package org.openstreetmap.josm.actions.audio;
    33
     4import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    45import static org.openstreetmap.josm.tools.I18n.tr;
    56import static org.openstreetmap.josm.tools.I18n.trc;
     
    1920        super(trc("audio", "Back"), "audio-back", trc("audio", "Jump back."),
    2021        Shortcut.registerShortcut("audio:back", tr("Audio: {0}", trc("audio", "Back")), KeyEvent.VK_F6, Shortcut.GROUP_DIRECT), true);
    21         this.putValue("help", "Action/Back");
     22        this.putValue("help", ht("Action/AudioBack"));
    2223    }
    2324
Note: See TracChangeset for help on using the changeset viewer.