Changeset 771 in josm for trunk/src


Ignore:
Timestamp:
2008-08-11T23:01:57+02:00 (16 years ago)
Author:
stoecker
Message:

I18N

Location:
trunk/src/org/openstreetmap/josm/actions
Files:
3 edited

Legend:

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

    r770 r771  
    1212
    1313        public ZoomInAction() {
    14                 super(tr("ZoomIn"), null, tr("Zoom in"),
     14                super(tr("Zoom in"), null, tr("Zoom in"),
    1515                        KeyEvent.VK_PLUS, 0, true);
    1616                setEnabled(true);
  • trunk/src/org/openstreetmap/josm/actions/ZoomOutAction.java

    r770 r771  
    1212
    1313        public ZoomOutAction() {
    14                 super(tr("ZoomOut"), null, tr("Zoom out"),
     14                super(tr("Zoom out"), null, tr("Zoom out"),
    1515                        KeyEvent.VK_MINUS, 0, true);
    1616                setEnabled(true);
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java

    r768 r771  
    5454         */
    5555        public DeleteAction(MapFrame mapFrame) {
    56                 super(tr("DeleteMode"),
     56                super(tr("Delete Mode"),
    5757                                "delete",
    5858                                tr("Delete nodes or ways."),
Note: See TracChangeset for help on using the changeset viewer.