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

i18n fixes

Location:
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2
Files:
2 edited

Legend:

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

    r26257 r26509  
    8686                    int last = w.getNodesCount() - 1;
    8787                    // Only closed ways with at least four nodes
    88                     // (i.e. five members since the the first/last is listed twice)
     88                    // (i.e. five members since the first/last is listed twice)
    8989                    // can be split into two objects
    9090                    if (last <= 4 || !w.isClosed()) {
  • 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.