- Timestamp:
- 2014-01-19T16:30:01+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/relation/EditRelationAction.java
r6728 r6734 72 72 /* I18N english text for value 1 makes no real sense, never called for values <= maxrel (usually 5) */ 73 73 if (JOptionPane.OK_OPTION != JOptionPane.showConfirmDialog(Main.parent, 74 "<html>"+trn("You are about to open <b>{0}</b> different relation editor simultaneously.<br/>Do you want to continue ?",75 "You are about to open <b>{0}</b> different relation editors simultaneously.<br/>Do you want to continue ?",74 "<html>"+trn("You are about to open <b>{0}</b> different relation editor simultaneously.<br/>Do you want to continue?", 75 "You are about to open <b>{0}</b> different relation editors simultaneously.<br/>Do you want to continue?", 76 76 relations.size(), relations.size())+"</html>", 77 77 tr("Confirmation"), JOptionPane.OK_CANCEL_OPTION, JOptionPane.WARNING_MESSAGE)) {
Note:
See TracChangeset
for help on using the changeset viewer.