Ticket #14021: 14021.patch

File 14021.patch, 909 bytes (added by Adrian, 9 years ago)
  • src/org/openstreetmap/josm/actions/UploadSelectionAction.java

     
    4747        super(
    4848                tr("Upload selection"),
    4949                "uploadselection",
    50                 tr("Upload all changes in the current selection to the OSM server."),
    5150                // CHECKSTYLE.OFF: LineLength
     51                tr("Upload all changes in the current selection to the OSM server. Warning: this is very slow if there are deleted objects."),
    5252                Shortcut.registerShortcut("file:uploadSelection", tr("File: {0}", tr("Upload selection")), KeyEvent.VK_U, Shortcut.ALT_CTRL_SHIFT),
    5353                // CHECKSTYLE.ON: LineLength
    5454                true);