Changeset 12984 in osm for applications


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

text cleanup

Location:
applications/editors/josm/plugins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java

    r12778 r12984  
    4242
    4343    public OpenVisibleAction() {
    44         super(tr("Open Visible ..."), "openvisible",
     44        super(tr("Open Visible..."), "openvisible",
    4545        tr("Open only files that are visible in current view."),
    46         Shortcut.registerShortcut("tools:openvisible", tr("Menu: {0}", tr("Open Visible ...")),
     46        Shortcut.registerShortcut("tools:openvisible", tr("Menu: {0}", tr("Open Visible...")),
    4747        KeyEvent.VK_I, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), true);
    4848    }
  • 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;
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java

    r12778 r12984  
    1818
    1919    public Map_Rectifier_WMSmenuAction() {
    20         super(tr("Rectified Image ..."), "OLmarker", tr("Download Rectified Image from Metacarta's Map Rectifier WMS"), null, false);
     20        super(tr("Rectified Image..."), "OLmarker", tr("Download Rectified Image from Metacarta's Map Rectifier WMS"), null, false);
    2121    }
    2222
Note: See TracChangeset for help on using the changeset viewer.