Ignore:
Timestamp:
2011-08-11T00:45:56+02:00 (14 years ago)
Author:
stoecker
Message:

i18n fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/AdjacentWaysAction.java

    r25876 r26509  
    2424    public AdjacentWaysAction() {
    2525        super(tr("Adjacent ways"), "adjways",
    26                 tr("Adjacent ways will be selected. Nodes wiil be deselected."),
     26                tr("Adjacent ways will be selected. Nodes will be deselected."),
    2727                Shortcut.registerShortcut("tools:adjways", tr("Tool: {0}","Adjacent ways"),
    2828                KeyEvent.VK_E, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
Note: See TracChangeset for help on using the changeset viewer.