Changeset 731 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2008-07-19T21:55:20+02:00 (16 years ago)
Author:
stoecker
Message:

i18n fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java

    r627 r731  
    5252   
    5353        public AutoScaleAction(String mode) {
    54                 super(tr("Zoom to {0}", mode), "dialogs/autoscale/"+mode, tr("Zoom the view to {0}.", tr(mode)), AutoScaleAction.getModeShortcut(mode), 0, true);
     54                super(tr("Zoom to {0}", tr(mode)), "dialogs/autoscale/"+mode, tr("Zoom the view to {0}.", tr(mode)), AutoScaleAction.getModeShortcut(mode), 0, true);
    5555                String modeHelp = Character.toUpperCase(mode.charAt(0))+mode.substring(1);
    5656                putValue("help", "Action/AutoScale/"+modeHelp);
Note: See TracChangeset for help on using the changeset viewer.