Changeset 10039 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2016-03-26T11:21:57+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/relation/AddSelectionToRelations.java
r9974 r10039 47 47 Main.main.undoRedo.add(new SequenceCommand(tr("Add selection to relation"), cmds)); 48 48 new Notification( 49 tr("<html><strong>Add selection to relation</strong>: Control every single relation to avoid damage!")) 49 "<html>"+ 50 tr("{0}Add selection to relation{1}: Verify every single relation to avoid damage!", "<strong>", "</strong>")+ 51 "</html>") 50 52 .setIcon(JOptionPane.WARNING_MESSAGE) 51 53 .show();
Note:
See TracChangeset
for help on using the changeset viewer.