Changeset 2991 in josm for trunk/src/org


Ignore:
Timestamp:
2010-02-15T10:45:11+01:00 (14 years ago)
Author:
Gubaer
Message:

Updated two tooltip texts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/pair/ListMerger.java

    r2982 r2991  
    641641            ImageIcon icon = ImageProvider.get("dialogs/conflict", "useallleft.png");
    642642            putValue(Action.SMALL_ICON, icon);
    643             putValue(Action.SHORT_DESCRIPTION, tr("Use all my elements"));
     643            putValue(Action.SHORT_DESCRIPTION, tr("Copy all my elements to the target"));
    644644        }
    645645
     
    667667            ImageIcon icon = ImageProvider.get("dialogs/conflict", "useallright.png");
    668668            putValue(Action.SMALL_ICON, icon);
    669             putValue(Action.SHORT_DESCRIPTION, tr("Use all their elements"));
     669            putValue(Action.SHORT_DESCRIPTION, tr("Copy all their elements to the target"));
    670670        }
    671671
Note: See TracChangeset for help on using the changeset viewer.