Changeset 23459 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-10-03T18:11:37+02:00 (14 years ago)
Author:
postfix
Message:

some changes in internationalisation

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/src/smed/Smed.java

    r23393 r23459  
    153153    }
    154154
    155     /*
    156     public void setPlugins(List<SmedPluggable> plugins)  {
    157         this.plugins = plugins;
    158        
    159     }
    160     */
    161 
    162155}
  • applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java

    r23445 r23459  
    3636       
    3737    public SmedTabAction() {
    38         super( "Seekarten Editor", "Smed","Seekarten Editor", Shortcut.registerShortcut(
     38        super( tr("Seamap Editor"), "Smed",tr("Seanap Editor"), Shortcut.registerShortcut(
    3939                                "tools:Semmaps",
    40                                 tr("Tool: {0}", "Seekarten Editor"), KeyEvent.VK_K, //$NON-NLS-1$ //$NON-NLS-2$
     40                                tr("Tool: {0}", tr("Seamap Editor")), KeyEvent.VK_K, //$NON-NLS-1$ //$NON-NLS-2$
    4141                                Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
    4242    }
Note: See TracChangeset for help on using the changeset viewer.