Ignore:
Timestamp:
28.02.2010 18:42:02 (2 years ago)
Author:
stoecker
Message:

i18n fixes, see #4636

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java

    r2745 r3059  
    6464    private Map<String, Action> regactions = new HashMap<String, Action>(); 
    6565 
    66     private DefaultMutableTreeNode rootActionsNode = new DefaultMutableTreeNode("Actions"); 
     66    private DefaultMutableTreeNode rootActionsNode = new DefaultMutableTreeNode(tr("Actions")); 
    6767 
    6868    public JToolBar control = new JToolBar(); 
Note: See TracChangeset for help on using the changeset viewer.