Changeset 26345 in osm for applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap
- Timestamp:
- 2011-07-16T21:10:43+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaList.java
r25465 r26345 263 263 public PasteAction(){ 264 264 putValue(NAME, tr("Paste")); 265 putValue(SHORT_DESCRIPTION, tr("Insert ' via' objects from the clipboard"));265 putValue(SHORT_DESCRIPTION, tr("Insert ''via'' objects from the clipboard")); 266 266 putValue(SMALL_ICON, ImageProvider.get("paste")); 267 267 putValue(ACCELERATOR_KEY, Shortcut.getPasteKeyStroke());
Note:
See TracChangeset
for help on using the changeset viewer.