Changeset 32232 in osm for applications/editors
- Timestamp:
- 2016-06-13T10:20:10+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/utils/RouteUtils.java
r32230 r32232 173 173 String message = tr("The relation (id=" + r.getId() 174 174 + ") has incomplete members.\nThey need to be downloaded to proceed with validation of this relation.\nDo you want to download incomplete members?"); 175 JCheckBox checkbox = new JCheckBox(tr("Remember my choice and do n't ask me again in this session"));175 JCheckBox checkbox = new JCheckBox(tr("Remember my choice and do not ask me again in this session")); 176 176 Object[] params = { message, checkbox }; 177 177 String[] options = { tr("Yes"), tr("No") };
Note:
See TracChangeset
for help on using the changeset viewer.