Changeset 1055 in josm


Ignore:
Timestamp:
Oct 23, 2008 6:29:23 PM (5 years ago)
Author:
stoecker
Message:

one more language fix

File:
1 edited

Legend:

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

    r1023 r1055  
    3636                public UploadPreferencesAction() { 
    3737                        super(tr("Upload Preferences"), "upload-preferences", tr("Upload the current preferences to the server"), 
    38                         ShortCut.registerShortCut("applet:uploadprefs", tr("Upload preferences"), KeyEvent.VK_U, ShortCut.GROUP_HOTKEY), true); 
     38                        ShortCut.registerShortCut("applet:uploadprefs", tr("Upload Preferences"), KeyEvent.VK_U, ShortCut.GROUP_HOTKEY), true); 
    3939        } 
    4040            public void actionPerformed(ActionEvent e) { 
Note: See TracChangeset for help on using the changeset viewer.