Ticket #14021: 14021.patch
File 14021.patch, 909 bytes (added by , 9 years ago) |
---|
-
src/org/openstreetmap/josm/actions/UploadSelectionAction.java
47 47 super( 48 48 tr("Upload selection"), 49 49 "uploadselection", 50 tr("Upload all changes in the current selection to the OSM server."),51 50 // 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."), 52 52 Shortcut.registerShortcut("file:uploadSelection", tr("File: {0}", tr("Upload selection")), KeyEvent.VK_U, Shortcut.ALT_CTRL_SHIFT), 53 53 // CHECKSTYLE.ON: LineLength 54 54 true);