Ignore:
Timestamp:
2009-01-06T15:50:39+01:00 (16 years ago)
Author:
stoecker
Message:

text cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorShowAction.java

    r12778 r12984  
    4444
    4545    public SurveyorShowAction(LiveGpsPlugin gpsPlugin) {
    46         super(tr("Surveyor ..."), "surveyormenu.png", tr("Open surveyor tool."),
    47         Shortcut.registerShortcut("surveyor:open", tr("Tool: {0}", tr("Surveyor ...")),
     46        super(tr("Surveyor..."), "surveyormenu.png", tr("Open surveyor tool."),
     47        Shortcut.registerShortcut("surveyor:open", tr("Tool: {0}", tr("Surveyor...")),
    4848        KeyEvent.VK_R, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), true);
    4949        this.gpsPlugin = gpsPlugin;
Note: See TracChangeset for help on using the changeset viewer.