Ignore:
Timestamp:
2009-10-06T23:52:41+02:00 (15 years ago)
Author:
Gubaer
Message:

Improved dialogs in the context of conflict resolution.
Improved support for online help in the context of conflict resolution, see also info about conflicts

File:
1 edited

Legend:

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

    r2077 r2253  
    8787     */
    8888    public UpdateSelectionAction() {
    89         super(tr("Update Selection"),
     89        super(tr("Update selections"),
    9090                "updateselection",
    91                 tr("Updates the currently selected primitives from the server"),
     91                tr("Updates the currently selected objects from the server (re-downloads data)"),
    9292                Shortcut.registerShortcut("file:updateselection",
    9393                        tr("Update Selection"),
Note: See TracChangeset for help on using the changeset viewer.